Feature Description
Show agent metadata and configuration without starting interactive chat.
Problem/Motivation
I need to quickly check agent details (model, tools, dependencies, config) without entering interactive mode.
Proposed Solution
chat_loop myagent --inspect
# Shows:
# - Model: Claude Sonnet 4.5
# - Tools: 12 tools loaded
# - Dependencies: requirements.txt (5 packages)
# - Config: ~/.chatrc
# - Aliases: myagent -> /path/to/agent.py
Benefits
- Quick debugging and verification
- Useful in scripts and CI/CD
- Helps understand agent before using it
Priority
Feature Description
Show agent metadata and configuration without starting interactive chat.
Problem/Motivation
I need to quickly check agent details (model, tools, dependencies, config) without entering interactive mode.
Proposed Solution
Benefits
Priority