AGENTS / GITHUB / calfkit-broker
githubinferredactive

calfkit-broker

provenance:github:calf-ai/calfkit-broker
WHAT THIS AGENT DOES

The calfkit-broker helps teams build and test AI systems that rely on a constant flow of information. It sets up a system that mimics how these AI systems communicate, allowing developers to ensure everything works smoothly before launching. This is particularly useful for companies building complex AI applications that need to handle lots of data and interactions.

View Source ↗First seen 3mo agoNot yet hireable
README
# 🐮 Calfkit Broker  [![Calfkit SDK](https://img.shields.io/badge/Calfkit-SDK-blue?logo=github)](https://github.com/calf-ai/calfkit-sdk)

Local Kafka infrastructure for event-driven and distributed AI agent development using [Calfkit SDK](https://github.com/calf-ai/calfkit-sdk).

Provides two-tier Kafka environments using KRaft:

| Tier | Use Case | Startup | Command |
|------|----------|---------|---------|
| **Tier 1** | Daily development | ~10 seconds | `make dev-up` |
| **Tier 2** | Integration testing | 3-5 minutes | `make k8s-up` |

## Quick Start

### Start up the broker (using Docker)

```bash
# Start Kafka for local development
make dev-up

# Kafka available at localhost:9092

# Stop
make dev-down
```

## Kafka UI (optional)

```bash
# Start Kafka UI (connects to existing broker at localhost:9092)
make ui

# UI available at http://localhost:8080

# Stop
make ui-down
```

## License

Apache 2.0 - see [LICENSE](LICENSE)

PUBLIC HISTORY

First discoveredMar 22, 2026

IDENTITY

inferred

Identity inferred from code signals. No PROVENANCE.yml found.

Is this yours? Claim it →

METADATA

platformgithub
first seenJan 7, 2026
last updatedFeb 5, 2026
last crawled18 days ago
version

README BADGE

Add to your README:

![Provenance](https://getprovenance.dev/api/badge?id=provenance:github:calf-ai/calfkit-broker)