Fluent CLI is an advanced command-line interface designed to interact seamlessly with multiple workflow systems like FlowiseAI, Langflow, Make, and Zapier. Tailored for developers and IT professionals, Fluent CLI facilitates robust automation, simplifies complex interactions, and enhances productivity through a powerful and command suite
Stars
31
Forks
4
Watchers
31
Open Issues
7
Overall repository health assessment
No package.json found
This might not be a Node.js project
Merge pull request #74 from njfio/feature/week2-config-completions
da3f21dView on GitHubfeat(config): add manual JSON Schema output; feat(logs): request-id + tracing JSON toggle in both binaries; tests: add json output and config schema tests
0efb66eView on GitHubfeat(config): add schema subcommand to print EnhancedEngineConfig JSON Schema; feat(cli): add JSON logging toggle via FLUENT_LOG_FORMAT=json; docs/tests: completions docs + validation test
7e21168View on GitHubfeat(cli): add completions subcommand; chore(config): add fluent-config binary; ci: clippy -D and cargo audit; docs/tests: align commands; logging: try_init + verbose/quiet flags
8b11ec1View on GitHubMerge pull request #73 from njfio/chore/todo-phase-1
d9544a0View on GitHubfeat: phase 1 TODO - enhanced agent system with memory, planning, and security improvements
2151738View on GitHubchore: add basic pre-commit hooks for rustfmt, clippy, and common file checks
0d9a516View on GitHubtest(cli): add exit code tests for argparse, missing pipeline file, engine not found
caad9b6View on GitHubfeat(cli): map engine/pipeline/tools command errors to typed CliError for consistent exit codes
012994bView on GitHubfeat(cli): map config load errors to CliError; chore(cache): return hard errors when L2/L3 caches unavailable
aeb8b8eView on GitHubrefactor(memory): remove deprecated SqliteMemoryStore; test(redaction): add unit tests for secret redaction
131f5dbView on GitHubrefactor(memory): switch internal tests to AsyncSqliteMemoryStore and make creation async
bb30757View on GitHubrefactor(tests): fix typos and await AsyncSqliteMemoryStore constructors in agent tests
9048364View on GitHub