everruns 0.17.26

Build and run durable AI agents in Rust — the application-facing entrypoint to the Everruns agentic framework
Documentation
1
2
3
4
5
error: `#[everruns::tool]` parameters must be plain identifiers (`name: Type`)
 --> tests/ui/fail_tuple_param.rs:3:19
  |
3 | async fn add_pair((a, b): (i64, i64)) -> i64 {
  |                   ^^^^^^