Docs.rs
  • openfunctions-rs-0.1.0
    • openfunctions-rs 0.1.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • llamasearchai
    • Dependencies
      • anyhow ^1.0 normal
      • chrono ^0.4 normal
      • clap ^4.0 normal
      • env_logger ^0.10 normal
      • regex ^1.0 normal
      • schemars ^0.8 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • serde_yaml ^0.9 normal
      • tokio ^1.0 normal
      • toml ^0.8 normal
      • tracing ^0.1 normal
      • which ^4.0 normal
    • 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

openfunctions_rs0.1.0

Crate Items

  • Structs
  • Enums
  • Functions
  • Type Aliases

List of all items

Structs

  • cli::Cli
  • core::TestResult
  • core::TestResults
  • core::TestRunner
  • core::agent::Agent
  • core::builder::Builder
  • core::checker::Checker
  • core::config::Config
  • core::config::ProjectConfig
  • core::config::RuntimeConfig
  • core::function::FunctionDeclaration
  • core::function::Parameter
  • core::loader::Loader
  • core::registry::Registry
  • core::tool::Tool
  • models::AgentDefinition
  • models::AgentVariable
  • models::EnvVarDefinition
  • models::ExecutionResult
  • models::FunctionCall
  • models::FunctionResponse
  • models::ParameterDefinition
  • models::ToolDefinition
  • parser::ToolParser
  • runtime::Runtime
  • runtime::environment::Environment
  • runtime::executor::Executor
  • runtime::sandbox::Sandbox

Enums

  • cli::Commands
  • core::function::ParameterType
  • core::tool::ToolLanguage
  • models::ParameterType

Functions

  • parser::bash::parse
  • parser::javascript::parse
  • parser::python::parse

Type Aliases

  • Result