enki-cli 0.1.3

CLI tool for running Enki agents from TOML configuration
enki-cli-0.1.3 is not a library.

Enki CLI - Run agents from TOML configuration files

Usage

# Interactive mode with first agent
Enki --config agents.toml

# Interactive mode with specific agent
Enki --config agents.toml --agent researcher

# Single query mode
Enki --config agents.toml --query "What is Rust?"

# List available agents
Enki --config agents.toml --list

# Serve mode - HTTP API server
Enki --config agents.toml --serve --port 3000

# Serve mode with request logging
Enki --config agents.toml --serve --log-file requests.jsonl