Commit Graph

4 Commits

Author SHA1 Message Date
geoffsee
77d5a51e76 Refactor agent function names and streamline imports
Unified the naming convention for agent functions across modules to `agent` for consistency. Adjusted relevant imports and cleaned up unused imports in `webhooks.rs` to improve readability and maintainability.
2025-05-27 13:05:05 -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
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
geoffsee
66d3c06230 init 2025-05-23 09:48:26 -04:00