cli-anything-chromadb A stateless command-line interface for ChromaDB vector database, built on the HTTP API v2. Designed for AI agents and power users who need to manage collections, documents, and run semantic queries without a browser UI. Installation This CLI is installed as part of the cli-anything-chromadb package: Prerequisites: - Python 3.10+ - ChromaDB server running at localhost:8000 (or specify via --host) Usage Basic Commands REPL Mode When invoked without a subcommand, the CLI enters an interactive REPL session: Command Groups server Server health and version commands. | Command…