Command-line interface for interacting with AgentCI.
uv pip add agentciagentci <command> [options]Validate all AgentCI evaluation configurations in a directory:
# Validate configs in current directory
agentci validate
# Validate configs in specific directory
agentci validate /path/to/repositoryBy 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 validateMIT License - see LICENSE for details.
Contributions are welcome! Please feel free to submit a Pull Request.
- Website: https://agent-ci.com
- Issues: https://github.com/Agent-CI/cli/issues