mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
29 lines
1.5 KiB
Plaintext
29 lines
1.5 KiB
Plaintext
# Copilot/Mothership chat streaming entrypoints and replay surfaces.
|
|
/apps/sim/app/api/copilot/chat/ @simstudioai/mothership
|
|
/apps/sim/app/api/copilot/confirm/ @simstudioai/mothership
|
|
/apps/sim/app/api/copilot/chats/ @simstudioai/mothership
|
|
/apps/sim/app/api/mothership/chat/ @simstudioai/mothership
|
|
/apps/sim/app/api/mothership/chats/ @simstudioai/mothership
|
|
/apps/sim/app/api/mothership/execute/ @simstudioai/mothership
|
|
/apps/sim/app/api/v1/copilot/chat/ @simstudioai/mothership
|
|
|
|
# Server-side stream orchestration, persistence, and protocol.
|
|
/apps/sim/lib/copilot/chat/ @simstudioai/mothership
|
|
/apps/sim/lib/copilot/async-runs/ @simstudioai/mothership
|
|
/apps/sim/lib/copilot/request/ @simstudioai/mothership
|
|
/apps/sim/lib/copilot/generated/ @simstudioai/mothership
|
|
/apps/sim/lib/copilot/constants.ts @simstudioai/mothership
|
|
/apps/sim/lib/core/utils/sse.ts @simstudioai/mothership
|
|
|
|
# Stream-time tool execution, confirmations, resource persistence, and handlers.
|
|
/apps/sim/lib/copilot/tool-executor/ @simstudioai/mothership
|
|
/apps/sim/lib/copilot/tools/ @simstudioai/mothership
|
|
/apps/sim/lib/copilot/persistence/ @simstudioai/mothership
|
|
/apps/sim/lib/copilot/resources/ @simstudioai/mothership
|
|
|
|
# Client-side stream consumption, hydration, and reconnect.
|
|
/apps/sim/app/workspace/*/home/hooks/index.ts @simstudioai/mothership
|
|
/apps/sim/app/workspace/*/home/hooks/use-chat.ts @simstudioai/mothership
|
|
/apps/sim/app/workspace/*/home/hooks/use-file-preview-sessions.ts @simstudioai/mothership
|
|
/apps/sim/hooks/queries/tasks.ts @simstudioai/mothership
|