-
Notifications
You must be signed in to change notification settings - Fork 0
Command py
peter-olai edited this page May 7, 2025
·
3 revisions
The src/command.py file deals with processing specific commands or actions within the chat service. This is a part of the Pipeline for some requests.
- Defining command structures.
- Parsing incoming commands.
- Executing command logic.
- Interacting with other services or modules based on commands.
(Explain the command system, how commands are defined, and examples of commands.)
Authors:
Peter Olai Johnsen
Tobias Fremming
Erik Le Blanc Pleym
About Chat-Service
Core Components
Development
Codebase Details
- Codebase Architecture
- Routes
- Command-py
- Config-py
- Context Upload-py
- LLM-py
- Main-py
- Pipeline-py
- Streaming WS-py
- Transcribe-py
Deployment and Operations