Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.22 KB

File metadata and controls

22 lines (15 loc) · 1.22 KB

Open Source Credits

LeadAgent is built on the shoulders of these projects:

Backend (Python)

  • KuzuDB — embeddable graph database powering cross-project memory
  • AgentMemory — multi-tier memory service (working/episodic/semantic/procedural); stores every Q&A and debate synthesis, provides semantic search for context injection before each prompt
  • FastAPI — high-performance routing gateway
  • Pydantic — strict data integrity
  • Pexpect — terminal interaction for subscription CLIs

CLI (Go)

  • Glamour — ANSI-highlighted markdown rendering
  • Lip Gloss — terminal UI styling
  • Chroma — universal syntax highlighting

Related Projects

  • OpenCode — fully open-source, terminal-native AI coding agent
  • Mysti — VS Code extension bringing multiple AI providers into collaborative brainstorm mode