anda_engine

Crates.ioanda_engine
lib.rsanda_engine
version0.7.14
created_at2025-01-11 16:01:07.473656+00
updated_at2025-08-29 05:41:55.014657+00
descriptionAgents engine for Anda -- an AI agent framework built with Rust, powered by ICP and TEEs.
homepage
repositoryhttps://github.com/ldclabs/anda/tree/main/anda_engine
max_upload_size
id1512504
size531,928
0xZensh (zensh)

documentation

README

anda_engine: Anda Agents Engine

License Crates.io Test Docs.rs Latest Version

Agents engine for Anda - A comprehensive framework for building and managing AI agents.

More information about this crate can be found in the crate documentation.

Overview

anda_engine is a complete implementation of the anda_core AI Agent definition, providing a robust foundation for creating, managing, and executing AI agents with the following core capabilities:

  • Agent Management: Create, configure, and execute AI agents with customizable behaviors
  • Tool Integration: Register and manage tools that agents can utilize
  • Context Management: Handle execution contexts with cancellation support
  • Storage System: Persistent storage with object and vector search capabilities
  • Model Integration: Support for multiple AI model providers (OpenAI, DeepSeek, Cohere)
  • Extension System: Additional capabilities including attention management and document processing

License

Copyright © 2025 LDC Labs.

ldclabs/anda is licensed under the MIT License. See the MIT license for the full license text.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in anda by you, shall be licensed as MIT, without any additional terms or conditions.

Commit count: 203

cargo fmt