2024-10-29 23:57:04 +01:00
2024-10-29 23:57:04 +01:00
2024-10-30 15:32:08 +01:00
2024-10-30 00:01:49 +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-10-29 23:57:04 +01:00
2024-10-08 13:08:17 +02:00
2024-10-30 15:15:25 +01:00
2024-10-30 15:32:08 +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

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%