Docs.rs
  • autoagents-core-0.2.0-alpha.1
    • autoagents-core 0.2.0-alpha.1
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • saivishwak
    • Dependencies
      • async-trait ^0.1.86 normal
      • autoagents-derive ^0.2.0-alpha.0 normal
      • autoagents-llm ^0.2.0-alpha.0 normal
      • dirs ^6.0.0 normal
      • env_logger ^0.11 normal optional
      • futures ^0.3.31 normal
      • log ^0.4 normal
      • regex ^1.11.1 normal
      • reqwest ^0.12.12 normal
      • serde ^1.0.218 normal
      • serde_json ^1.0.139 normal
      • thiserror ^2.0.11 normal
      • tokio ^1.43.0 normal
      • tokio-stream ^0.1.17 normal
      • uuid ^1.15.1 normal
    • Versions
    • 43.13% of the crate is documented
  • Go to latest stable release
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

autoagents_core0.2.0-alpha.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • agent::AgentBuilder
  • agent::AgentConfig
  • agent::AgentState
  • agent::BaseAgent
  • agent::ExecutorConfig
  • agent::prebuilt::react::ReActAgentOutput
  • environment::Environment
  • environment::EnvironmentConfig
  • memory::MessageEvent
  • memory::SlidingWindowMemory
  • runtime::SingleThreadedRuntime
  • runtime::Task
  • tool::ToolCallResult

Enums

  • agent::AgentBuildError
  • agent::AgentResultError
  • agent::RunnableAgentError
  • agent::TurnResult
  • agent::prebuilt::react::ReActExecutorError
  • environment::EnvironmentError
  • error::Error
  • memory::MemoryType
  • memory::MessageCondition
  • protocol::Event
  • protocol::TaskResult
  • runtime::RuntimeError

Traits

  • agent::AgentDeriveT
  • agent::AgentExecutor
  • agent::AgentOutputT
  • agent::IntoRunnable
  • agent::RunnableAgent
  • agent::prebuilt::react::ReActExecutor
  • memory::MemoryProvider
  • runtime::Runtime

Type Aliases

  • protocol::AgentID
  • protocol::EventId
  • protocol::RuntimeID
  • protocol::SubmissionId