Skip to content

Releases: njfio/fluent_cli

v0.5.1

12 Aug 18:17
754daeb
Compare
Choose a tag to compare
Merge pull request #48 from njfio/v05-development

Create fluent-sdk for Centralized Functionality and Organize Rust Dependencies

v.0.4.1-Pipelines-and-State

29 Jul 14:28
3d5d127
Compare
Choose a tag to compare
Pre-release

Added a state machine, state files, and a pipeline system

Full Changelog: v.0.4.0...v.0.4.1-state-and-pipelines

v.0.4.0 The Full Rewrite

19 Jul 05:28
5c381ac
Compare
Choose a tag to compare
Pre-release

Full code rewrite.
Native API Support

  • Cohere
  • Mistral
  • Groq
  • OpenAI
  • Anthropic
  • Gemini
  • Perplexity
  • Dalle
  • Stability
  • Leonardo

Chatflow Engine Support

  • Langflow
  • Flowise

Neo4j

  • interaction capture
  • VoyageAI embeddings
  • natural language cypher queries
  • upsert documents

Output Controls

  • Markdown

  • Download Media Files

  • Code Parsing

  • Code Execution

  • Encrypted secrets with transparent runtime replacement

  • Support for multiple configurations

  • Inline override of all configuration parameters

v.0.3.7.1-neo4j-graph-integration

05 Jul 15:55
94dc18e
Compare
Choose a tag to compare
Pre-release

Implement Neo4j integration and update AI clients

  • Update Cargo.toml with new dependencies
  • Modify config.json to include Neo4j settings
  • Refactor cohere_client.rs and google_ai_client.rs for graph compatibility
  • Enhance config.rs to support new Neo4j configuration
  • Implement Neo4j client functionality in neo4j_client.rs
  • Update main.rs to incorporate graph-based operations
  • Gitignore .idea/ directory

This commit advances the graph integration feature, improving AI client
interactions with the Neo4j database and setting up the groundwork for
more sophisticated data operations.

v.0.3.7 - Anthropic, OpenAI Assistant/Agents, Dalle Native Support

11 Jun 22:36
aaba38d
Compare
Choose a tag to compare

What's Changed

  • V.0.3.6.1 anthropic native integration by @njfio in #33

Full Changelog: v.0.3.5.7.1...v.0.3.6.1-feat-native-support-for-some

Enhanced support for Langflow (1.0.0.a36), Flowise (1.8) and generic web hooks

23 May 21:20
a743e80
Compare
Choose a tag to compare

What's Changed

  • V.0.3.5.7 rewrite the overrides and add dynamic replacement by @njfio in #28
  • V.0.3.5.7.1 document sources, supervisor/worker/, cleanup by @njfio in #30
  • V.0.3.5.7.1 This PR introduces several improvements to the CLI's JSON handling and improved support for webhook integrations. by @njfio in #31

Full Changelog: v.0.3.5.7...v.0.3.5.7.1

Feat: Add Inline Config Overrides

17 May 03:13
Compare
Choose a tag to compare
Pre-release
This release introduces the ability to override specific config entries directly from the command line using the -o or --override flag. This provides
greater flexibility and control over workflow execution without modifying the config file.

Key changes:

- Adds -o/--override flag to the CLI, allowing users to specify key-value pairs for config overrides.
- Implements logic to parse and apply these overrides to the flow configuration before execution.
- Enhances Fig autocomplete script to suggest available config keys for overrides.
- Improves error handling and debugging messages related to config overrides.

This feature streamlines the workflow customization process, enabling users to quickly experiment with different settings and optimize workflow behavior. 

v.0.3.5.6

14 May 01:15
ddf7a82
Compare
Choose a tag to compare
v.0.3.5.6 Pre-release
Pre-release

Added support for Fig/ Amazing Q for Command Line

v.0.3.5.5

08 May 21:57
2d29963
Compare
Choose a tag to compare
v.0.3.5.5 Pre-release
Pre-release

What's Changed

Significant refactoring and cleanup.
The project now builds without warnings.

In preparation for upgrading the remaining crates.

Full Changelog: v.0.3.5.1...v.0.3.5.5

v.0.3.5.1

06 May 13:44
e4a5404
Compare
Choose a tag to compare
v.0.3.5.1 Pre-release
Pre-release

Including the additional files in the release package.

Full Changelog: v.0.3.5...v.0.3.5.1