hehe-server 0.0.1

HTTP/WebSocket server for hehe AI Agent framework
Documentation
1
2
3
4
5
pub mod chat;
pub mod health;

pub use chat::{chat, chat_stream, ChatRequest, ChatResponse};
pub use health::{health, ready, HealthResponse, ReadyResponse};