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.1.tar.gz (18.4 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.1-py3-none-any.whl (15.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: cited-0.1.1.tar.gz
  • Upload date:
  • Size: 18.4 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.1.tar.gz
Algorithm Hash digest
SHA256 7d093f54cc84ad816b66f75be87d8ffcce31ba3f972006f98165e1e48edd6004
MD5 41b4c5f91a4856994d5abe5d4f2ff828
BLAKE2b-256 4c2f5501acef8f8e452f3bb7a8f67fdfe9ad5981ce693d33417e4a955b7bf002

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cited-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 15.3 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1b39933996683a6ee53e2d04d82a2af39ebe6df10cd03c9e3b53774894f33639
MD5 03cc654477749d1307f03a6bae7f7f3b
BLAKE2b-256 d5d80085e8d879b9b7a5dad14bddcf5be42c0a22a63b850502195b30920e171c

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