Launching today

Kite
Generate a running AI agent from one command
2 followers
Generate a running AI agent from one command
2 followers
One command turns plain English into a production-ready AI agent: kite generate "customer support agent that tracks orders" No boilerplate. Working Python script in seconds — with safety built in. Unlike other frameworks, Kite treats your LLM as untrusted. Every action goes through a safety kernel before execution. Circuit breakers auto-stop cascading failures (no more surprise $500 API bills). 5 reasoning patterns · RAG · Multi-provider (OpenAI, Anthropic, Groq, Ollama) MIT license.




Hi PH! I'm Thien, the builder.
I started Kite after noticing I was copy-pasting the same 3 safety
patterns into every production agent project. The circuit breaker
alone saved me twice from runaway API bills.
The feature I'm most excited about in this release is
`kite generate` — describe what you want in plain English, get
back a working Python script using your own LLM (including local
Ollama, so it's free).
The design decision I'd love feedback on: Kite treats the LLM as
an untrusted component. It never executes tools directly — every
action goes through a validation kernel first. Is this too
paranoid, or not paranoid enough?
Happy to answer any questions about the architecture or the
reasoning behind specific design choices.