You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: implement chat API with agent streaming capabilities
- Added new API route for chat functionality in r.ts.
- Integrated agent streaming response using createAgentStreamResponse.
- Implemented error handling for invalid agent IDs and missing messages.
- Returned available agents and their count in the GET request.
0 commit comments