🚀 CLI Commands
/ecosystem--integrations/cli-commands
bash
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
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
npx agentic-flow embeddings embed "text"
npx agentic-flow embeddings batch documents.txt -o vectors.json
npx agentic-flow embeddings search "query" --index ./vectors
npx agentic-flow router route "task description"
npx agentic-flow router stats
npx agentic-flow mcp start
npx agentic-flow mcp stdio