ACE Framework is an open-source software framework designed for building autonomous artificial intelligence agents that operate entirely on local hardware without relying on cloud services. The system executes complete cognitive loops locally, allowing agents to reason, plan, and execute complex tasks independently.
الميزات الرئيسية لـ daveshap/ace_framework هي: Autonomous AI Agent Frameworks, Agent Memory Persistence, Autonomous Agents, Local LLM Execution, Provider-Agnostic Model Interfaces, Local-First Architectures, Cognitive Architecture Modules, Personal AI Assistants.
تشمل البدائل مفتوحة المصدر لـ daveshap/ace_framework: the-open-agent/openagent — OpenAgent is an autonomous AI agent framework designed to orchestrate language models and retrieved context to execute… sylphai-inc/adalflow — AdalFlow is an autonomous AI agent framework and LLM application library designed for building modular workflows. It… yaoapp/yao — Yao is an LLM agent framework and low-code web app builder designed for orchestrating autonomous AI agents. It… dinoki-ai/osaurus — Osaurus is a local AI workflow engine and LLM agent orchestration framework designed for private execution on local… earendil-works/pi — Pi is an autonomous coding agent and framework for building AI agents capable of executing independent loops. It… ed-donner/agents — This project is an LLM autonomous agent framework and orchestration tool designed to build goal-driven agents that…
OpenAgent is an autonomous AI agent framework designed to orchestrate language models and retrieved context to execute complex user goals. It functions as a platform for building autonomous agents that utilize iterative loops to select tools and process information. The project features a multi-model gateway that abstracts various large language model providers, allowing users to switch between models on a per-conversation basis without modifying code. It also includes a RAG knowledge base system that ingests documents and generates embeddings to provide semantic context during inference. Th
AdalFlow is an autonomous AI agent framework and LLM application library designed for building modular workflows. It serves as a model-agnostic interface and RAG pipeline orchestrator, allowing users to develop ReAct agents that utilize iterative reasoning and external tool execution to solve complex tasks. The project distinguishes itself through a prompt optimization system that uses textual gradient descent to automatically refine prompt templates and few-shot examples. It treats model feedback as a differentiable signal, enabling a form of LLM backpropagation to iteratively improve output
Yao is an LLM agent framework and low-code web app builder designed for orchestrating autonomous AI agents. It provides a platform to design, deploy, and coordinate agents with specialized personas that can plan tasks, utilize external tools, and execute multi-stage pipelines. The project distinguishes itself through a Model Context Protocol server for connecting assistants to external binaries and HTTP services, and a gRPC remote execution engine that allows agents to manage remote servers and devices. It includes a model-agnostic provider bridge that supports dynamic switching between vario
Pi is an autonomous coding agent and framework for building AI agents capable of executing independent loops. It functions as an agent state management system that tracks and persists tool calls throughout complex workflows, utilizing a command-line interface for interaction and control. The system features a self-extensible design, allowing agents to write and implement new capabilities and tools into their own runtime environment. It also includes a provider-agnostic abstraction layer that standardizes interactions across different large language model providers through a unified API. The