BACH Tool: agent_service_integration
==================================================
Generiert: 2026-01-23 10:36
Quelle: tools/agent_service_integration.py

BESCHREIBUNG
----------------------------------------
Agent-Service-Connection Integration v2.0.0 (DB-Version)

Verknüpft Agenten mit Services, Connections und externen Tools.
Zentrale Anlaufstelle für Agent-Aktivierung und Tool-Routing.

GEÄNDERT: Liest jetzt aus bach.db statt JSON-Dateien!

Usage:
  python agent_service_integration.py matrix           # Zeige Verbindungsmatrix
  python agent_service_integration.py agent <name>     # Agent-Verbindungen
  python agent_service_integration.py recommend <task> # Tool-Empfehlung
  python agent_service_integration.py status           # Gesamtstatus
  python agent_service_integration.py tools [type]     # Tools auflisten
  python agent_service_integration.py connections      # Connections auflisten

VERWENDUNG
----------------------------------------
python bach.py tools run agent_service_integration [args]
oder direkt: python tools/agent_service_integration.py [args]

HINWEISE
----------------------------------------
- Automatisch generiert aus Docstring
- Bei Fragen: bach tools show agent_service_integration
