konduktor

where humans and agents build products together

$ curl -fsSL https://konduktor.yakko.dev/install.sh | bash

view install.sh | full installation docs

Not just an orchestrator, really

In some ways, konduktor is an agent orchestrator.

Set it up on your machine or a VPS, fire off tasks, and get PRs back.

But konduktor's goal isn't to enable us to generate AI slop faster, but rather to explore how humans and agents can build high-quality products together.

This sounds like BS, but I mean it.

Here are konduktor's driving principles:

1. Human-in-the-loop

konduktor let's you fire off background agents and even schedule agents to run throughout the day or while you sleep.

But agents follow your workflow, ask you questions asynchronously before proceeding with certain tasks, and you have full observability + tooling to review their work efficiently.

2. Spec is king

Agents are getting better at taking loose requirements and building reasonable implementations, but not only do great specs help them, they help you.

The more you think deeply about challenges and product direction, the better your product will be. konduktor encourages you to think and plan, not just do.

3. Opinionated but configurable

konduktor provides some opinionated primitives that help structure your work, like a task board and a projects feature to manage complex work with a lot of moving parts.

These let you get moving fast, but being open-source and running on your machine means you can always peak under the hood and configure things the way you want them.

What does that mean in practice?

In practice, those principles translate to the following features today:

Where should I run it?

konduktor runs on a machine you own, be it your laptop or a VPS. You're strongly recommended to deploy this on a remote machine behind a domain so that you can benefit from GitHub webhooks, run agents overnight (without any hassle), and let the agents operate more freely away from your personal stuff.

Get started

See the full installation docs.

Demo