Skip to content

[FEATURE] Add --validate flag to check agent health #11

@jwesleye

Description

@jwesleye

Feature Description

Run health checks on an agent before starting chat (dependencies, API keys, imports).

Problem/Motivation

I often discover issues (missing dependencies, invalid API keys, import errors) only after starting the agent.

Proposed Solution

chat_loop myagent --validate
# ✓ Dependencies installed
# ✓ API keys present
# ✓ Agent imports successfully
# ✗ Tool 'search_web' missing API key

Benefits

  • Catch configuration issues early
  • Useful in CI/CD pipelines
  • Better onboarding experience

Priority

  • Critical
  • High
  • Medium
  • Low

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requeststatus: staleNo activity for extended period

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions