Commit Graph

5 Commits

Author SHA1 Message Date
geoffsee
3256f254ad Remove unused GenAIScript module and add configurable timeouts 2025-05-27 12:59:05 -04:00
geoffsee
9dd9943249 Refactor configuration and main runtime setup.
Renamed `AppConfig` to `Runtime` and updated method names for clarity, replacing `new` with `configure`. Adjusted `main.rs` to use the revised `Runtime` struct and method, simplifying server initialization and aligning terminology.
2025-05-27 12:53:35 -04:00
geoffsee
2ea92c2ef1 Remove session-based identification and refactor routing
Eliminated `session_identify.rs` and related session-based logic to streamline the codebase. Refactored webhooks routes to use `agent_id` instead of `stream_id` for improved clarity. Adjusted configuration and dependencies to align with these changes.
2025-05-27 12:48:34 -04:00
geoffsee
6420efc68a Refactor comments and update session identity logic
Revised comments for clarity in main.rs and session_identify.rs. Included an explanatory note about using third-party hosts for signature verification. Removed an unused `.toak-ignore` file.
2025-05-23 09:56:47 -04:00
geoffsee
66d3c06230 init 2025-05-23 09:48:26 -04:00