Production-ready agentic AI framework. High-performance, lightweight, simple. Built-in safety, memory, and 4 reasoning patterns. Ships to production fast.
Stars
8
Forks
2
Watchers
8
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
24
commits
feat: Introduce `kite generate` and `kite init` CLI for quick agent scaffolding, alongside comprehensive README updates and new demos.
6cc3614View on GitHubfeat: Add Kite CLI generate command with API overriding
f9264d1View on GitHubdocs: Rewrite README & ARCHITECTURE with Kite Design Manifesto
9682618View on GitHubdocs: Update documentation examples for improved async execution, clarity, and API usage.
fbab641View on GitHubfeat: Add a new example demonstrating agent and tool creation, and update the README with this example.
baea7d1View on GitHubRefactor: Remove redundant `agent_type='react'` from agent creation calls and add `*.backup` to `.gitignore`.
77af162View on GitHubrefactor: Restructure tools into a new `mcp` subdirectory, enhance LLM configuration loading, and clean up temporary scripts.
29c16b7View on GitHubMerge pull request #1 from thienzz/feat/modular-knowledge-linkedin
272f6ddView on GitHubResolve merge conflicts: Integrated ReactAgent and LLM Provider enhancements
52ae5e4View on GitHub