
72
Every system has its `telos´ — its final cause. This CLI fulfills the purpose of MindsDB's Knowledge Base: to seek, structure, and serve insight through intelligent agents.
It's a powerful and interactive, Command Line Interface (CLI) for interacting with MindsDB, with a special focus on its Knowledge Base features and AI Agent integration. It also includes a suite of scripts for performance benchmarking, stress testing, and evaluating MindsDB's reranking capabilities.
* Enhanced CLI (`kleos`):
* Interactive mode for a shell-like experience (run `kleos` then type commands).
* Manage MindsDB datasources (e.g., `kleos setup hackernews`).
* Create, index, and query Knowledge Bases (e.g., `kleos kb create ...`, `kleos kb query ...`).
Ingest data into KBs (e.g., `kleos kb ingest ...`).
Create and query AI Agents linked to KBs (e.g., `kleos kb create-agent ...`).
Automate tasks using MindsDB Jobs (e.g., `kleos job create ...`).
Create and query general AI Models/Tables (e.g., `kleos ai create-model ...`).
Utility commands:
`cls`: Clears the terminal screen.
`info`: Displays information about the Kleos CLI tool (version, description, repo).
`about`: Displays information about the author.
`--help`: Displays help for all commands and options.
Built with