Skip to content

Agent-CI/cli

Repository files navigation

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

About

Command-line interface for Agent CI.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages