Docs.rs
  • oli-server-0.1.4-post1
    • oli-server 0.1.4-post1
    • Docs.rs crate page
    • Apache-2.0
    • 17 April 2025
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • amrit110
    • Dependencies
      • anyhow ^1.0.98 normal
      • async-trait ^0.1.88 normal
      • chrono ^0.4.37 normal
      • dirs ^6.0.0 normal
      • dotenv ^0.15.0 normal
      • glob ^0.3.2 normal
      • ignore ^0.4 normal
      • lazy_static ^1.5.0 normal
      • rand ^0.9.1 normal
      • rayon ^1.8.1 normal
      • regex ^1.11.1 normal
      • reqwest ^0.12.15 normal
      • serde ^1.0.219 normal
      • serde_json ^1.0.140 normal
      • tempfile ^3.19.1 normal
      • thiserror ^2.0.12 normal
      • tokio ^1.44.2 normal
      • tree-sitter ^0.25.3 normal
      • tree-sitter-c ^0.23.4 normal
      • tree-sitter-cpp ^0.23.4 normal
      • tree-sitter-go ^0.23.4 normal
      • tree-sitter-java ^0.23.5 normal
      • tree-sitter-javascript ^0.23.1 normal
      • tree-sitter-python ^0.23.6 normal
      • tree-sitter-rust ^0.24.0 normal
      • uuid ^1.16.0 normal
      • walkdir ^2.5.0 normal
    • Versions
    • 45.18% 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

oli_server0.1.4-post1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Agent
  • apis::anthropic::AnthropicClient
  • apis::api_client::CompletionOptions
  • apis::api_client::Message
  • apis::api_client::SessionManager
  • apis::api_client::ToolCall
  • apis::api_client::ToolDefinition
  • apis::api_client::ToolResult
  • apis::ollama::OllamaClient
  • apis::ollama::OllamaModelDetails
  • apis::ollama::OllamaModelInfo
  • apis::openai::OpenAIClient
  • app::commands::SpecialCommand
  • app::core::App
  • app::core::Task
  • app::core::ToolExecution
  • app::history::ConversationSummary
  • app::utils::ScrollState
  • communication::rpc::RpcServer
  • communication::rpc::SubscriptionManager
  • tools::code::parser::CodeAST
  • tools::code::parser::CodeParser
  • tools::code::parser::Range
  • tools::fs::diff::DiffTools
  • tools::fs::file_ops::FileOps
  • tools::fs::search::SearchTools

Enums

  • apis::api_client::ApiClientEnum
  • app::core::AppState
  • app::core::TaskStatus
  • app::core::ToolExecutionStatus
  • app::logger::LogLevel
  • app::models::ToolPermissionStatus
  • tools::fs::diff::DiffLine

Traits

  • apis::api_client::ApiClient
  • app::history::ContextCompressor
  • app::logger::Logger
  • app::utils::ErrorHandler
  • app::utils::Scrollable

Functions

  • app::commands::get_available_commands
  • app::logger::format_log
  • app::logger::format_log_with_color
  • communication::rpc::get_global_rpc_server

Type Aliases

  • apis::api_client::DynApiClient