Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 887 Bytes

File metadata and controls

48 lines (30 loc) · 887 Bytes

AgentCI CLI

Command-line interface for interacting with AgentCI.

Installation

uv pip add agentci

Usage

agentci <command> [options]

Commands

validate

Validate all AgentCI evaluation configurations in a directory:

# Validate configs in current directory
agentci validate

# Validate configs in specific directory
agentci validate /path/to/repository

By default, AgentCI looks for configurations in .agentci/evals/. You can customize this location using the AGENTCI_CLIENT_BASE_PATH environment variable:

AGENTCI_CLIENT_BASE_PATH="custom/path" agentci validate

License

MIT License - see LICENSE for details.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Links