AgentDB client library for Neural Trader. Provides integration with AgentDB for agent memory and state management.
- ---
```rust
use nt_agentdb_client::AgentDbClient;
let client = AgentDbClient::new("http://localhost:8000").await?;
```
Licensed under either of Apache License, Version 2.0 or MIT license at your option.