heurist agent framework
Basic Information
Heurist Agent Framework is a modular, multi-interface AI agent framework designed to build and run LLM-powered agents that interact across platforms and compose complex workflows. It provides a core agent abstraction and concrete implementations that process text and voice, generate images and video, access knowledge stored in vector databases (Postgres and SQLite supported), and call external tools and APIs. The framework integrates a community-run Heurist Mesh of specialized agents accessible via a unified REST API and MCP, enabling agents to combine capabilities from many contributors. It includes components for personality, knowledge retrieval, conversation history, validation, media handling, and LLM access, plus workflow patterns for retrieval-augmented generation, chain-of-thought reasoning, and deep research. The repo also contains multiple platform interfaces such as Telegram, Discord, Twitter, Farcaster and a REST API and provides tooling and clients to develop, extend, and deploy agentic applications.