awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
daveshap avatar

daveshap/ACE_FrameworkArchived

0
View on GitHub↗
1,501 stars·217 forks·Python·MIT·19 views

ACE Framework

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.

The architecture separates core reasoning, planning, memory, and task execution into discrete functional modules while maintaining long-term agent memory and contextual data locally to preserve continuity across operational sessions. It includes a unified interface layer that decouples agent logic from specific artificial intelligence providers, enabling dynamic swapping of language models and integration of open-source alternatives to prevent vendor lock-in.

The framework supports multiple application domains, including enterprise workflow automation with digital workers collaborating through messaging platforms, personal digital assistants, virtual character simulation with distinct personalities and memories, and hardware-independent robotic control that links high-level cognitive decisions directly to physical machinery.

Features

  • Autonomous AI Agent Frameworks - A software framework for building fully local and open-source autonomous artificial intelligence agents capable of reasoning, planning, and task execution.
  • Agent Memory Persistence - Maintains long-term agent memory and contextual data locally to preserve continuity and historical knowledge.
  • Autonomous Agents - Executes complete cognitive loops enabling autonomous artificial intelligence agents to reason, plan, and execute tasks independently.
  • Local LLM Execution - Executes autonomous cognitive entities on local hardware without relying on external cloud infrastructure.
  • Provider-Agnostic Model Interfaces - Decouples agent logic from specific AI providers through a unified interface supporting dynamic model swapping.
  • Local-First Architectures - Runs complete cognitive agent loops entirely on local hardware using self-contained software stacks without cloud services.
  • Cognitive Architecture Modules - Separates core reasoning, planning, memory, and task execution into discrete functional modules driving complex agent behavior.
  • Personal AI Assistants - Deploys self-contained digital assistants that coordinate schedules, research topics, and interact with individual users.
  • Local AI Assistants - Enables the setup of private digital assistants that run completely on local hardware without cloud connectivity.
  • Enterprise Workflow Automations - Empowers digital workers to perform corporate tasks and collaborate seamlessly through messaging platforms.

Star history

Star history chart for daveshap/ace_frameworkStar history chart for daveshap/ace_framework

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with ACE Framework

These projects share indexed features with ACE Framework. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • the-open-agent/openagentthe-open-agent avatar

    the-open-agent/openagent

    5,303View on GitHub↗

    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

    Go
    View on GitHub↗5,303
  • sylphai-inc/adalflowSylphAI-Inc avatar

    SylphAI-Inc/AdalFlow

    4,167View on GitHub↗

    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

    Python
    View on GitHub↗4,167
  • yaoapp/yaoYaoApp avatar

    YaoApp/yao

    7,544View on GitHub↗

    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

    Goagentagentic-aiagents
    View on GitHub↗7,544
  • earendil-works/piearendil-works avatar

    earendil-works/pi

    65,730View on GitHub↗

    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

    TypeScript
    View on GitHub↗65,730
Compare all 30 related projects→

Frequently asked questions

What does daveshap/ace_framework do?

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.

What are the main features of daveshap/ace_framework?

The main features of daveshap/ace_framework are: 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.

Which projects share features with daveshap/ace_framework?

Projects with overlapping indexed features include: 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…

Curated searches featuring ACE Framework

Hand-picked collections where ACE Framework appears.
  • Local LLM orchestration
  • AI agent frameworks