Skip to main content

CLI for running cited AI agents — one command, reproducible results

Project description

cited

Python CLI for running science-backed AI agents. Discover peer-reviewed agents and run them with a single command.

Installation

pip install cited

Quick Start

# Find an agent
cited search "failure mode analysis"

# See what it expects
cited info dfmea-agent

# Run it
cited run dfmea-agent --input input.json

# Validate input before running
cited validate dfmea-agent --input input.json

Commands

Command Description
cited run <agent> Run an agent with JSON input
cited search <query> Search the agent catalog
cited info <agent> Show agent details and schema
cited validate <agent> Validate input without running
cited cache list List cached agents
cited cache clear Clear the local cache
cited config show Show current configuration
cited config set <key> <value> Update a config value
cited version Show CLI version

Agent references

Agents can be referenced by slug or with a pinned version:

cited run dfmea-agent              # latest
cited run dfmea-agent@1.0.0       # pinned version

Input / output

Input is read from a file (--input) or stdin:

cited run dfmea-agent --input input.json
cat input.json | cited run dfmea-agent

Output is JSON written to stdout, making it easy to pipe:

cited run dfmea-agent --input input.json | jq '.results'

Configuration

Env var Default Description
CITED_API_URL https://citedagents.com Platform API base URL
CITED_CACHE_DIR OS cache dir Where agent blueprints are cached

Or use cited config set:

cited config set api-url https://citedagents.com
cited config set cache-dir /tmp/cited-cache

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cited-0.1.0.tar.gz (18.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cited-0.1.0-py3-none-any.whl (15.4 kB view details)

Uploaded Python 3

File details

Details for the file cited-0.1.0.tar.gz.

File metadata

  • Download URL: cited-0.1.0.tar.gz
  • Upload date:
  • Size: 18.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.1

File hashes

Hashes for cited-0.1.0.tar.gz
Algorithm Hash digest
SHA256 17d424b0944a329ad40479793e740dafb9d3ab299e15525d04ce9f8da0b4d4b5
MD5 c546bdd9f1ff227e190e5ea9674eeb02
BLAKE2b-256 6d34d025820c472aba132a6c40a2495ba76e89afe1ef916aa370e39b26276e35

See more details on using hashes here.

File details

Details for the file cited-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: cited-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 15.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.1

File hashes

Hashes for cited-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1f71b1599133f2e5b908cf10b267eee9a9a03902eb9d79f220943d79368e37ba
MD5 d0e4383d14782247b34061b0fc896f0b
BLAKE2b-256 8a6ebce37793267eb1b72b229be6113d99dc7e9f8b61e3db20c9ce65cb5a46ce

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page