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
