Skip to content

Releases: Onelevenvy/flock

v0.04.1-crewai node

12 Nov 05:33
d60c182
Compare
Choose a tag to compare
Doc:update readme (#127)

* doc:add crewai img in readme

* doc:update cn ja readme

* fix:typoo error

* doc:update readme

v0.04-crewai-node-preview

11 Nov 03:44
8fbacf8
Compare
Choose a tag to compare
Pre-release
Doc/update readme (#115)

* chore: to modify crewai LLM setting

* fix:Fix the modelselect component, and ensure that the API key is no longer exposed in the frontend data.

* feat(crewai): integrate CrewAI node with model providers

- Add CrewAI node implementation with sequential/hierarchical process support
- Add init_crewai_model to model providers for CrewAI LLM initialization
- Remove temperature parameter from CrewAI model initialization
- Align model provider configuration with existing LLM node pattern
- Use consistent model info retrieval from database

* fix:'tuple' object has no attribute 'ai_model_name'

* doc:update readme

* doc:add tools.md to show "How to Add Custom Tools"

* doc: Highlights tools introduce

* doc:add Add_New_Model_Providers_Guide

* doc:update layout

v0.03 workflow

14 Oct 11:01
7674333
Compare
Choose a tag to compare
Feat/models manage (#86)

* feat/add model management

* fix:model add and update

* feat:add model provider qwen