Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

AgentOSProtocol

Defined in the protocols module.
Rust AI Agent SDK Protocol for Agent OS integration.

Methods

config

fn config(&self) -> &AgentOSConfig
Get configuration

register

async fn register(&self) -> Result<String>
Register agent with Agent OS

heartbeat

async fn heartbeat(&self) -> Result<()>
Send heartbeat

report_metrics

async fn report_metrics(&self, metrics: AgentMetrics) -> Result<()>
Report metrics Parameters:
NameType
metricsAgentMetrics

get_config

async fn get_config(&self) -> Result<serde_json::Value>
Get remote configuration

Source

View on GitHub

praisonai/src/protocols/mod.rs at line 0

Rust Agent

Rust Overview

Rust Quickstart

Rust Installation

Rust Autonomy