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
Ctrl+K
Ctrl+K
  • 4 contributors
History: 75 commits
tech-envision
Modify tool response handling
258e41b 3 months ago
  • __init__.py
    290 Bytes
    Limit tool output to last 10k characters 3 months ago
  • chat.py
    14.9 kB
    Modify tool response handling 3 months ago
  • cli.py
    2.51 kB
    Add interactive CLI and session listing endpoint 3 months ago
  • config.py
    2.61 kB
    fix(config): update NUM_CTX default value and ensure dotenv is loaded 3 months ago
  • db.py
    3.56 kB
    Add Windows CLI and session info API 3 months ago
  • log.py
    1.02 kB
    Add initial implementation of chat application with required dependencies 3 months ago
  • schema.py
    302 Bytes
    Add 'system' role to Msg TypedDict for enhanced message handling 3 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.34 kB
    Modify tool response handling 3 months ago