🚀 CLI Commands
/docs/ecosystem--integrations/cli-commands
bash# Agent Booster npx agentic-flow agent-booster edit --file <file> --instructions "<instr>" --code '<code>' npx agentic-flow agent-booster batch --config batch-edits.json npx agentic-flow agent-booster batch-rename --pattern <old> --replacement <new> --glob "**/*.ts" npx agentic-flow agent-booster parse-md response.md # ReasoningBank npx agentic-flow reasoningbank retrieve "query" --k 5 npx agentic-flow reasoningbank record --task "task" --outcome "outcome" --success npx agentic-flow reasoningbank distill npx agentic-flow reasoningbank consolidate # Embeddings npx agentic-flow embeddings embed "text" npx agentic-flow embeddings batch documents.txt -o vectors.json npx agentic-flow embeddings search "query" --index ./vectors # Model Router npx agentic-flow router route "task description" npx agentic-flow router stats # MCP Server npx agentic-flow mcp start npx agentic-flow mcp stdio