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.
AgentProtocol
Defined in the protocols module.Rust AI Agent SDK Minimal Protocol for agent implementations. This defines the essential interface that any agent must provide. It enables proper mocking and testing without real LLM dependencies.
Methods
name
chat
| Name | Type |
|---|---|
prompt | &str |
achat
| Name | Type |
|---|---|
prompt | &str |
Source
View on GitHub
praisonai/src/protocols/mod.rs at line 0
