agentci


Nameagentci JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryAgent CI command-line interface
upload_time2025-10-09 04:58:49
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseMIT
keywords agentci agents ci cli testing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AgentCI CLI

Command-line interface for interacting with AgentCI.

## Installation

```bash
uv pip add agentci
```

## Usage

```bash
agentci <command> [options]
```

### Commands

#### `validate`

Validate all AgentCI evaluation configurations in a directory:

```bash
# 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:

```bash
AGENTCI_CLIENT_BASE_PATH="custom/path" agentci validate
```

## License

MIT License - see [LICENSE](LICENSE) for details.

## Contributing

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

## Links

- Website: <https://agent-ci.com>
- Issues: <https://github.com/Agent-CI/cli/issues>

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "agentci",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "agentci, agents, ci, cli, testing",
    "author": null,
    "author_email": "Agent CI <hello@agent-ci.com>, Travis Dent <root@a10k.co>",
    "download_url": "https://files.pythonhosted.org/packages/88/10/593cfaefa0de4d409703f661c7fbd149c1815dd0ab44c7ab23e6723cf48a/agentci-0.1.1.tar.gz",
    "platform": null,
    "description": "# AgentCI CLI\n\nCommand-line interface for interacting with AgentCI.\n\n## Installation\n\n```bash\nuv pip add agentci\n```\n\n## Usage\n\n```bash\nagentci <command> [options]\n```\n\n### Commands\n\n#### `validate`\n\nValidate all AgentCI evaluation configurations in a directory:\n\n```bash\n# Validate configs in current directory\nagentci validate\n\n# Validate configs in specific directory\nagentci validate /path/to/repository\n```\n\nBy default, AgentCI looks for configurations in `.agentci/evals/`. You can customize this location using the `AGENTCI_CLIENT_BASE_PATH` environment variable:\n\n```bash\nAGENTCI_CLIENT_BASE_PATH=\"custom/path\" agentci validate\n```\n\n## License\n\nMIT License - see [LICENSE](LICENSE) for details.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## Links\n\n- Website: <https://agent-ci.com>\n- Issues: <https://github.com/Agent-CI/cli/issues>\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Agent CI command-line interface",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://agent-ci.com",
        "Issues": "https://github.com/Agent-CI/cli/issues",
        "Repository": "https://github.com/Agent-CI/cli.git"
    },
    "split_keywords": [
        "agentci",
        " agents",
        " ci",
        " cli",
        " testing"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ca608b43c7265773a47ebc52ed9df0fef962e44a4dc89114597c95501cdbb90b",
                "md5": "96601a05d55e678ee3ff2209d6762697",
                "sha256": "aea16783baab202658c200d2e4d46b32e71daf67bd0c20e175ef0d51ccc9a6c4"
            },
            "downloads": -1,
            "filename": "agentci-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "96601a05d55e678ee3ff2209d6762697",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 3677,
            "upload_time": "2025-10-09T04:58:48",
            "upload_time_iso_8601": "2025-10-09T04:58:48.402839Z",
            "url": "https://files.pythonhosted.org/packages/ca/60/8b43c7265773a47ebc52ed9df0fef962e44a4dc89114597c95501cdbb90b/agentci-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8810593cfaefa0de4d409703f661c7fbd149c1815dd0ab44c7ab23e6723cf48a",
                "md5": "0e45f0a81d7367613486bd7126c984ba",
                "sha256": "fd89d772b8559857fd45a4ec2e59ddd87f771dc2fcabf00daa595294b044929b"
            },
            "downloads": -1,
            "filename": "agentci-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0e45f0a81d7367613486bd7126c984ba",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 12592,
            "upload_time": "2025-10-09T04:58:49",
            "upload_time_iso_8601": "2025-10-09T04:58:49.418596Z",
            "url": "https://files.pythonhosted.org/packages/88/10/593cfaefa0de4d409703f661c7fbd149c1815dd0ab44c7ab23e6723cf48a/agentci-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-09 04:58:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Agent-CI",
    "github_project": "cli",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "agentci"
}
        
Elapsed time: 1.75143s