π€ A framework for AI agent development, designed to build a highly composable, autonomous, and perpetually memorizing network of AI agents.
Anda
is an innovative agent development framework designed to build a highly composable, autonomous, and permanently memory-enabled AI agent network. By connecting agents across various industries, Anda aims to create a super AGI system, advancing artificial intelligence to higher levels.
-
Composability: Anda agents specialize in solving domain-specific problems and can flexibly combine with other agents to tackle complex tasks. When a single agent cannot solve a problem alone, it collaborates with others to form a robust problem-solving network. This modular design allows Anda to adapt to diverse needs.
-
Simplicity: Anda emphasizes simplicity and ease of use, enabling developers to quickly build powerful and efficient agents. Non-developers can also create their own agents through simple configurations, lowering the technical barrier and inviting broader participation in agent development and application.
-
Trustworthiness: Anda agents operate within a decentralized trusted execution environment (dTEE) based on Trusted Execution Environments (TEEs), ensuring security, privacy, and data integrity. This architecture provides a highly reliable infrastructure for agent operations, safeguarding data and computational processes.
-
Autonomy: Anda agents derive permanent identities and cryptographic capabilities from the ICP blockchain, combined with the reasoning and decision-making abilities of large language models (LLMs). This allows agents to autonomously and efficiently solve problems based on their experiences and knowledge, adapting to dynamic environments and making effective decisions in complex scenarios.
-
Perpetual Memory: The memory states of Anda agents are stored on the ICP blockchain and within the trusted storage network of dTEE, ensuring continuous algorithm upgrades, knowledge accumulation, and evolution. This perpetual memory mechanism enables agents to operate indefinitely, even achieving "immortality", laying the foundation for a super AGI system.
Anda's goal is to create and connect countless agents, building an open, secure, trustworthy, and highly collaborative network of agents, ultimately realizing a super AGI system. We believe Anda will bring revolutionary changes across industries, driving the widespread application of AI technology and creating greater value for human society.
ICPanda DAO is an SNS DAO established on the Internet Computer Protocol (ICP) blockchain, issuing the PANDA
token. As the creator of the Anda
framework, ICPanda DAO is dedicated to exploring the future of Web3 and AI integration.
- Website: https://panda.fans/
- Permalink: https://dmsg.net/PANDA
- ICP SNS: https://dashboard.internetcomputer.org/sns/d7wvo-iiaaa-aaaaq-aacsq-cai
- Token: PANDA on ICP network, https://www.coingecko.com/en/coins/icpanda-dao
Documents:
anda/
βββ anda_core/ # Core library containing base types and interfaces
βββ anda_engine/ # Engine implementation for agent runtime and management
βββ anda_lancedb/ # LanceDB integration for vector storage and retrieval
βββ agents/ # Various AI agent implementations
β βββ anda_bot/ # Example agent: Anda ICP
β βββ .../ # More agents in future releases
βββ tools/ # Tool libraries
β βββ anda_icp/ # Anda agent tools offers integration with the Internet Computer (ICP).
β βββ .../ # More tools in future releases
βββ characters/ # characters examples
You can follow the agents in the agents
directory. For example, anda_bot
βsimply copy the nitro_enclave folder, modify the Character.toml
role definition and Config.toml
runtime parameters, and deploy according to the tutorial.
The deployment process is currently complex, but we plan to launch a cloud service for one-click deployment in the future.
- Add more integration tools with external services in
tools
; - Create more agent applications in
agents
; - Or enhance the core engines
anda_core
andanda_engine
.
- IC-TEE: π Make Trusted Execution Environments (TEEs) work with the Internet Computer.
- IC-COSE: βοΈ A decentralized COnfiguration service with Signing and Encryption on the Internet Computer.
Copyright Β© 2025 LDC Labs.
ldclabs/anda
is licensed under the MIT License. See LICENSE for the full license text.