Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Spaces:
minchyeom
/
llmOS-Agent
Runtime error

App Files Files Community
Fetching metadata from the HF Docker repository...
llmOS-Agent / src
31.7 kB
  • 4 contributors
History: 66 commits
minchyeom's picture
minchyeom
fix(tools): enhance execute_terminal docstring to clarify VM command execution
527e233 3 months ago
  • __init__.py
    290 Bytes
    Limit tool output to last 10k characters 3 months ago
  • chat.py
    15.1 kB
    refactor(chat): comment out tool calls serialization in output formatting 3 months ago
  • config.py
    2.43 kB
    fix(config): update SYSTEM_PROMPT to emphasize use of execute_terminal tool 3 months ago
  • db.py
    2.48 kB
    Add document upload support and update prompt 4 months ago
  • log.py
    1.02 kB
    Add initial implementation of chat application with required dependencies 4 months ago
  • schema.py
    302 Bytes
    Add 'system' role to Msg TypedDict for enhanced message handling 4 months ago
  • tools.py
    2.29 kB
    fix(tools): enhance execute_terminal docstring to clarify VM command execution 3 months ago
  • utils.py
    507 Bytes
    Limit tool output to last 10k characters 3 months ago
  • vm.py
    7.36 kB
    Limit tool output to last 10k characters 3 months ago