Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
minchyeom
/
llmOS-Agent
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a4089b5
llmOS-Agent
/
src
Ctrl+K
Ctrl+K
4 contributors
History:
29 commits
minchyeom
Remove server and API codebase, including FastAPI app, models, and router.
a4089b5
3 months ago
__init__.py
208 Bytes
Add FastAPI server for LLM chat
3 months ago
chat.py
6.12 kB
Handle multiple tool calls
3 months ago
config.py
1.24 kB
Enhance system prompt
3 months ago
db.py
2.48 kB
Add document upload support and update prompt
3 months ago
log.py
1.02 kB
Add initial implementation of chat application with required dependencies
3 months ago
schema.py
Safe
302 Bytes
Add 'system' role to Msg TypedDict for enhanced message handling
3 months ago
tools.py
1.56 kB
Add document upload support and update prompt
3 months ago
vm.py
4.31 kB
Add per-user VM registry and update upload paths
3 months ago