Commit Graph

6 Commits

Author SHA1 Message Date
geoffsee
07b76723c2 Remove unused Searxng tester script and update auth middleware (removed).
The Searxng tester script was deleted as it was unused and unnecessary. Commented out the auth middleware route layer in `src/routes.rs` to simplify the implementation while leaving a note for possible future customization.
2025-05-27 12:39:10 -04:00
geoffsee
e55156a74b Remove unused modules from agents and handlers. 2025-05-27 12:32:12 -04:00
geoffsee
6e6865e0aa Remove finance-related code and dependencies.
This commit entirely removes the financial query agent, market data tools, and associated code and dependencies. It simplifies the codebase by eliminating unused or unnecessary functionality related to cryptocurrency market data and financial analysis.
2025-05-27 12:30:27 -04:00
Geoff Seemueller
cfe77d7e61 Delete src/handlers/stream.rs
Signed-off-by: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com>
2025-05-26 20:49:03 -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