Skip to content

v1.0.0

Latest

Choose a tag to compare

@kernelpanic09 kernelpanic09 released this 29 May 14:35
· 60 commits to main since this release

Initial public release.

AI agent orchestration platform with:

  • 26 agent personas with skills, tools, MCP server registrations, and knowledge sources
  • RAG engine: Qdrant vector store, Ollama embeddings (nomic-embed-text), pluggable document loaders for Markdown, YAML, Terraform, URLs, and run transcripts
  • LangGraph workflows: task router (Claude Haiku) routes between RAG, workflow graphs, and SSH dispatch
  • Observability dashboard: per-call cost and latency telemetry, daily cost trends, model distribution, latency percentiles
  • Evaluation framework: LLM-as-judge scoring with model comparison and regression detection
  • Cron scheduling with Discord webhook notifications
  • Demo mode that runs anywhere via docker-compose, no SSH target needed