agent-core-py is an open-source Python runtime for building agentic AI applications and workflows that can leverage multiple LLM providers. Below are 15 autonomous agents & workflows apps with similar functionality to agent-core-py, matched by what each product actually does — not ranked or scored. Explore each to find the closest fit for your use case.
stitchlab-agentcore is an open-source Python package that serves as the core framework for building AI agents. It offers integration with AWS and provides essential tools for agent development and management. Suitable for developers creating custom AI agent solutions.
Tiny CLI for pushing a single Python Strands Agent file to Amazon Bedrock AgentCore Runtime.
agentao is an open-source governed agent runtime designed for running AI agents locally with a focus on privacy and embeddability. It supports multimodal agents, integrates with MCP, and is suitable for developers building private, local-first AI solutions.
Thin CLI + MCP client for Agent-CoreX — execute any task with a single query
agent-coordinator is an open-source CLI tool that orchestrates workflows among multiple AI coding agents using a structured handoff protocol. It is tool-agnostic and designed for developers building complex, multi-agent AI systems.
agencycore-cli is an open source command-line tool for managing CRM, outreach, and sales pipelines. It enables sales professionals and agencies to automate and track their sales processes directly from the terminal.
agentu is an open-source AI agent runtime designed for developers to run autonomous agents with tool isolation, self-correction, and permission scoping. It provides a CLI interface and is suitable for building secure, extensible AI workflows.
PyAgent is an open-source production stack designed for building and orchestrating multi-agent large language model (LLM) systems in Python. It addresses the challenges of defining, executing, managing memory, and observing complex workflows involving multiple LLM agents. The framework is structured around four architecture pillars: declarative system blueprints, execution patterns, context and memory management, and observability tools. System design begins with a YAML blueprint, allowing users to declare agents, workflows, providers, and contracts in a single file. The BlueprintCompiler validates, compiles, diffs, and tests these specifications without requiring boilerplate Python code. PyAgent supports a library of 18 reusable design patterns for multi-agent orchestration, including Pipeline, Supervisor, Debate, Fan-Out, and ReAct, each explained with guidance on appropriate use cases. The API is consistent across patterns, enabling users to compose workflows and implement features like difficulty-based model routing and token budget enforcement through compression middleware. Memory management in PyAgent is handled through a three-tiered system: working memory for the current task, session memory for continuity across interactions, and semantic memory for long-term retrieval. Each memory item is tagged with trust level, sensitivity, and expiry, and the system includes built-in PII redaction. Observability is integrated throughout the stack, with distributed tracing for every agent, pattern, and provider. Features include OTel span support, Langfuse export, record and replay for debugging, and a web dashboard that provides trace exploration, cost analytics, governance scoring, and provider health monitoring. 11 or later and is distributed under the MIT License. Installation is available via pip, and the platform includes modules for blueprints, patterns, providers, routing, compression, context, and tracing. The web dashboard can be accessed locally for monitoring and analytics. The tool is intended for developers and teams building production-grade, multi-agent LLM systems who require robust orchestration, memory management, and observability in their workflows.
agent-colosseum is an open-source Python framework for orchestrating and benchmarking multi-agent AI systems. It supports agent debates, red-teaming, and peer review, helping researchers evaluate and improve collaborative AI reasoning.
copass-core-agents is an open-source package offering provider-neutral agent primitives shared by all Copass agent SDKs. It enables developers to build interoperable agent solutions efficiently.
arcana-agent is an open-source CLI runtime for deploying and managing LLM-native agents in production. It features built-in tool integration, budget management, and trace logging, supporting developers building autonomous AI agents.
agentpk is an open-source CLI tool that allows developers to package AI agents into portable .agent files, making it easier to distribute and deploy agents across different environments. It is designed for AI developers and researchers who need a standardized way to share agent implementations.
Bog Agents CLI is an open-source terminal-based coding agent that supports 80+ slash commands, persistent memory, planning, scheduling, and integration with multiple LLM providers. It is designed for developers seeking AI-powered automation in the terminal.
agent-coherence is an open-source Python package that optimizes token usage in multi-agent LangGraph systems using MESI cache coherence. It helps AI developers reduce shared-artifact token costs and improve efficiency in distributed agent workflows.
air-agent is an open-source Python framework for building lightweight AI agents with support for OpenAI tool calling, Model Context Protocol (MCP), and parallel subagents. It is designed for developers who want to orchestrate and extend AI agent capabilities efficiently.