RightNow-AI/openfang
OpenFang is an open-source agent operating system, built in Rust, designed to facilitate the management and orchestration of AI agents.
Awesome AI Agents › AI Agent Operating System
MemoryOS is a memory management layer for personalized AI agents, designed so that assistants stay coherent and context-aware across long conversations. Its design borrows from operating system memory management: memory is held in a hierarchical store split into short-term, mid-term and long-term persona memory, and four core modules handle storage, updating, retrieval and generation. User profiles and accumulated knowledge are updated automatically as dialogue proceeds. The architecture is described as plug and play, so storage engines, update strategies and retrieval algorithms can be swapped as separate modules. The project reports state of the art results on the LoCoMo long-term memory benchmark, with average gains of about 49 percent in F1 and 46 percent in BLEU-1 over the compared baseline, and the evaluation scripts for reproducing those numbers are published. Alongside the Python package, the maintainers ship MemoryOS-MCP, a Model Context Protocol server that injects long-term memory into agent clients such as Claude Desktop by exposing memory operations as callable tools, and a Playground platform for interactive use. Deployment options include a PyPI package, a ChromaDB-backed variant for vector storage, and Docker. A range of embedding models is supported, including BGE-M3 and Qwen3, and the memory layer works with many LLM providers such as OpenAI, Deepseek and Qwen, including reasoning models like Deepseek-R1. Configuration parameters such as a similarity threshold are documented on a dedicated documentation site. The work is published as a paper on arXiv and was accepted at the EMNLP 2025 main conference, and it belongs to a wider research line on AI memory that also includes a survey and a deep search system built on experiential memory. Licensed under Apache 2.0.
https://github.com/BAI-LAB/MemoryOS
OpenFang is an open-source agent operating system, built in Rust, designed to facilitate the management and orchestration of AI agents.
A comprehensive repository showcasing practical examples, tutorials, and tools for building powerful AI applications using large language models and various AI agent frameworks.
QuantDinger is an open-source AI trading operating system designed for independent traders, Python strategy authors, and small teams, offering backtesting, live trading, and multi-agent research ca...
MemOS is an operating system for Large Language Models that enhances their capabilities with long-term memory, enabling more context-aware, consistent, and personalized AI interactions through a modular and extensible memory architecture.
HolaOS is a local-first, AI-powered desktop agent that learns your work context, integrates with over 100 workplace tools, and manages memory efficiently to provide proactive assistance without for...
mcp-use is an open-source unified client library that enables seamless integration of any LangChain-supported LLM with MCP servers to build custom agents with tool access.
Astrid is a portable, capability-secure operating system for composable software components, providing an OS-grade boundary for AI agents and other untrusted code via WebAssembly capsules.
AutoAgent is a fully-automated, zero-code framework for creating and deploying LLM agents using natural language, featuring top GAIA benchmark performance and broad LLM support.