botserver/src
Rodrigo Rodriguez (Pragmatismo) 4b185f00f9 feat: add HTTP server and refactor initialization
- Added HTTP server with CORS support and various endpoints
- Introduced http_tx/http_rx channels for HTTP server control
- Cleaned up build.rs by removing commented code
- Updated .gitignore to use *.rdb pattern instead of .rdb
- Simplified capabilities.json to empty object
- Improved UI initialization with better error handling
- Reorganized module imports in main.rs
- Added worker count configuration for HTTP server

The changes introduce a new HTTP server capability while cleaning up and improving existing code structure. The HTTP server includes authentication, session management, and websocket support.
2025-11-15 09:48:46 -03:00
..
auth feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00
automation feat: remove redundant traces and update LLM server args 2025-11-12 16:04:33 -03:00
basic feat(automation): increase schedule field size and improve task checking 2025-11-12 15:04:04 -03:00
bootstrap feat: add diesel_migrations and update dependencies 2025-11-12 12:48:06 -03:00
bot feat: add diesel_migrations and update dependencies 2025-11-12 12:48:06 -03:00
channels feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00
config feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00
context feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00
drive_monitor feat(drive_monitor): comment out deprecated check_gbot call 2025-11-12 17:18:08 -03:00
email feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00
file feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00
llm feat(llm): remove deprecated args and clean up server startup 2025-11-14 14:14:21 -03:00
llm_models feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00
meet feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00
nvidia feat: simplify system metrics collection and improve status panel 2025-11-11 23:12:27 -03:00
package_manager feat(installer): add dummy command to prevent empty shell execution 2025-11-12 13:47:21 -03:00
prompt_manager feat: add HTTP server and refactor initialization 2025-11-15 09:48:46 -03:00
riot_compiler feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00
session feat(llm): add support for API key in LLM generation calls 2025-11-12 09:25:10 -03:00
shared feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00
tests feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00
ui feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00
ui_tree feat: add diesel_migrations and update dependencies 2025-11-12 12:48:06 -03:00
web_server feat: add HTTP server and refactor initialization 2025-11-15 09:48:46 -03:00
lib.rs feat: remove unused dependencies and clean up Cargo.lock 2025-11-05 13:46:03 -03:00
main.rs feat: add HTTP server and refactor initialization 2025-11-15 09:48:46 -03:00
main.test.rs feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00