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]` requires a description: add a doc comment or `#[everruns::tool(description = "…")]`
 --> tests/ui/fail_missing_description.rs:3:10
  |
3 | async fn undocumented(x: i64) -> i64 {
  |          ^^^^^^^^^^^^