Docs.rs
agentkit-loop-0.1.0
agentkit-loop 0.1.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
danielkov
Dependencies
agentkit-capabilities ^0.1.0
normal
agentkit-compaction ^0.1.0
normal
agentkit-core ^0.1.0
normal
agentkit-tools-core ^0.1.0
normal
async-trait ^0.1.89
normal
serde ^1.0.228
normal
thiserror ^2.0.17
normal
serde_json ^1.0.145
dev
tokio ^1.47.1
dev
Versions
0%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Skip to main content
LoopObserver
agentkit_
loop
0.1.0
Loop
Observer
Required Methods
handle_event
Implementors
In crate agentkit_
loop
agentkit_loop
Trait
Loop
Observer
Copy item path
Source
pub trait LoopObserver:
Send
{ // Required method fn
handle_event
(&mut self, event:
AgentEvent
); }
Required Methods
§
Source
fn
handle_event
(&mut self, event:
AgentEvent
)
Implementors
§