Agent Frameworks
Developer libraries for building agents (LangChain, CrewAI, LangGraph, AutoGen).
Prime Agent
The core workflow is a CLI loop — init, develop, eval, push — built on top of the open-source Verifiers library, with access to 2,500+…
Agent-Talk
The protocol is deliberately minimal: one markdown file on disk, four rules, no server. Two agents take alternating turns editing a single…
Rails Agent
The platform generates a typed Ruby class per agent, living under app/agents/ in your existing Rails repo. Knowledge agents answer…
Brain Memory
Brain Memory stores agent decisions as Markdown files with YAML frontmatter, organized in a directory tree you can browse in any file…