2024-12-21 18:57:39 +01:00
2024-12-21 18:57:39 +01:00
2024-10-30 15:32:08 +01:00
2024-10-31 16:25:37 +01:00
2024-10-30 15:32:08 +01:00
2024-10-30 15:32:08 +01:00
2024-10-30 15:32:08 +01:00
2024-12-21 18:57:39 +01:00
2024-10-30 18:02:05 +01:00
2024-11-20 13:08:28 +01:00
2024-10-30 21:11:36 +01:00
2024-10-29 23:57:04 +01:00

Note

In diesem Repository befinden sich die Implementierung des Management und der Agenten-Plattform. Sowie Skripte zur Erstellung der Docker-Images.

Warning

Um die Plattform zu benutzen, bitte das Agent-Template benutzen!

Agenten-Plattform

Management

Verzeichnisse insb.:

  • ./utils/mgmt/ Docker container configs
  • ./ums/management/ Python source
  • ./web/ Jinja templates and web root
  • ./build-mgmt.sh Container build script

Basic Agent

Verzeichnisse insb.:

  • ./utils/agent/ Docker container configs
  • ./ums/agent/ Python source
  • ./build-agent.sh Container build script

Development

Run via Docker

  • docker compose up

CLI Examples

  • Requests to management
    • docker compose exec management python -m ums.example (runs file ums/example/__main__.py)
  • Run single task in agent
    • docker compose exec agent_all python -m ums.agent -h

VS Code Autocomplete

(In VS Code)

  • python3 -m venv . (only once)
  • source ./bin/activate
  • pip install requests fastapi pdoc (only once)
  • Select Python from ./bin/python in VS Code
Description
Languages
HTML 95.9%
Python 3.4%
JavaScript 0.3%
Shell 0.3%
Dockerfile 0.1%