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

BESCHREIBUNG
----------------------------------------
Agent Framework v1.0.0

Zentrales Framework für RecludOS Agenten.
Verbindet Agents mit Services, externen Tools und Connections.

Features:
- Agent-Loader und Registry-Verwaltung
- Service-Integration (scheduling, media, mail, etc.)
- Externe KI-Tool-Empfehlungen
- Connection-Management (MCP, APIs, CLIs)

Usage:
  python agent_framework.py list                    # Alle Agenten
  python agent_framework.py info <agent>            # Agent-Details
  python agent_framework.py tools <agent>           # Empfohlene Tools
  python agent_framework.py services <agent>        # Verknüpfte Services
  python agent_framework.py activate <agent>        # Agent aktivieren

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

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