Docs.rs
  • universal-bot-core-1.0.0
    • universal-bot-core 1.0.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • noahgift
    • Dependencies
      • anyhow ^1.0 normal
      • async-trait ^0.1 normal
      • chrono ^0.4 normal
      • dashmap ^5.5 normal
      • futures ^0.3 normal
      • html-escape ^0.2 normal
      • humantime-serde ^1.1 normal
      • moka ^0.12 normal
      • parking_lot ^0.12 normal
      • proptest ^1.4 normal optional
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • thiserror ^1.0 normal
      • tokio ^1.35 normal
      • tracing ^0.1 normal
      • tracing-subscriber ^0.3 normal
      • uuid ^1.6 normal
      • validator ^0.20 normal
      • aws-config ^1.1 dev
      • aws-sdk-bedrockruntime ^1.13 dev
      • criterion ^0.5 dev
      • mockall ^0.12 dev
      • serde_yaml ^0.9 dev
      • tokio-test ^0.4 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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

universal_bot_core1.0.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • bot::Bot
  • bot::BotBuilder
  • bot::BotMetrics
  • config::BotConfig
  • config::BotConfigBuilder
  • config::ContextConfig
  • config::PipelineConfig
  • config::PluginConfig
  • context::Context
  • context::ContextManager
  • context::ContextMessage
  • context::ContextMetadata
  • context::ContextStats
  • context::UserContext
  • error::ErrorResponse
  • message::Attachment
  • message::Message
  • message::MessageFlags
  • message::Response
  • message::ResponseError
  • message::ResponseFlags
  • message::Suggestion
  • message::TokenUsage
  • pipeline::MessagePipeline
  • pipeline::PipelineContext
  • pipeline::PipelineMetrics
  • plugin::Capability
  • plugin::EchoPlugin
  • plugin::PluginConfig
  • plugin::PluginMetadata
  • plugin::PluginRegistry
  • plugin::PluginRequest
  • plugin::PluginResponse
  • plugin::ResourceLimits

Enums

  • config::StorageBackend
  • context::MessageRole
  • error::Error
  • message::MessageType
  • message::ResponseType
  • message::SuggestionAction
  • plugin::CapabilityType
  • plugin::HookType
  • plugin::Permission
  • plugin::RequestType

Traits

  • context::ContextStore
  • error::ErrorContext
  • pipeline::PipelineMiddleware
  • pipeline::PipelineStage
  • plugin::Plugin

Functions

  • init

Type Aliases

  • error::Result

Constants

  • VERSION