quantalogic
Basic Information
QuantaLogic is a Python framework for building versatile AI agents that can code, automate workflows, and hold tool-enabled conversations. It provides a unified API and CLI to create and run agents in three primary modes: ReAct for iterative reasoning with tool use, CodeAct for making executable Python code the agent's primary action language, and Flow for YAML-defined structured workflows. The repository bundles a modular ecosystem of components—core ReAct agent, CodeAct extension, Flow engine, and a Toolbox for external integrations—plus a large set of built-in tools and a plugin system. It targets developers and teams who need to assemble LLM-powered agents that integrate code execution, web search, file operations and custom tools, while offering sandboxed execution and compatibility with multiple LLM providers.