Lorenze Jay
e59627adf2
Update version to 0.121.0 across project files and dependencies ( #2879 )
Notify Downstream / notify-downstream (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
2025-05-21 18:17:19 -07:00
Lorenze Jay
c566747d4a
patch version 0.120.1
Notify Downstream / notify-downstream (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
2025-05-14 17:34:07 -07:00
Lorenze Jay
3a114463f9
Update version to 0.120.0 and dependencies in pyproject.toml and uv.lock files ( #2835 )
2025-05-14 16:48:21 -07:00
Lorenze Jay
516d45deaa
chore: bump version to 0.119.0 and update dependencies ( #2778 )
...
Notify Downstream / notify-downstream (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
This commit updates the project version to 0.119.0 and modifies the required version of the `crewai-tools` dependency to 0.44.0 across various configuration files. Additionally, the version number is reflected in the `__init__.py` file and the CLI templates for crew, flow, and tool projects.
2025-05-07 17:29:41 -07:00
Lorenze Jay
378dcc79bb
prepping new version ( #2733 )
Notify Downstream / notify-downstream (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
2025-04-30 14:57:54 -04:00
João Moura
4f6054d439
new version
Notify Downstream / notify-downstream (push) Has been cancelled
2025-04-28 07:39:38 -07:00
João Moura
337a6d5719
preparing new version
Notify Downstream / notify-downstream (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
2025-04-27 23:56:22 -07:00
Lucas Gomide
bc91e94f03
fix: add type hints and ignore type checks for config access ( #2603 )
2025-04-14 16:58:09 -04:00
Alexandre Gindre
6a1eb10830
fix(crew template): fix wrong parameter name and missing input ( #2387 )
2025-04-14 11:09:59 -04:00
x1x2
5780c3147a
fix: correct parameter name in crew template test function ( #2567 )
...
This commit resolves an issue in the crew template generator where the test()
function incorrectly uses 'openai_model_name' as a parameter name when calling
Crew.test(), while the actual implementation expects 'eval_llm'.
The mismatch causes a TypeError when users run the generated test command:
"Crew.test() got an unexpected keyword argument 'openai_model_name'"
This change ensures that templates generated with 'crewai create crew' will
produce code that aligns with the framework's API.
2025-04-10 08:51:10 -04:00
João Moura
98ccbeb4bd
new version
2025-04-09 18:13:41 -07:00
João Moura
e723e5ca3f
preparign new version
2025-03-17 09:13:21 -07:00
João Moura
435bfca186
preparing new version
2025-03-09 04:24:05 -07:00
Thiago Moretto
a3d5c86218
Convert tab to spaces on crew.py template ( #2190 )
...
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2025-03-03 10:39:11 -05:00
luctrate
1b488b6da7
fix: Missing required template variable 'current_year' in description ( #2085 )
2025-02-13 10:19:52 -03:00
João Moura
d3b398ed52
preparring new version
2025-02-12 18:16:48 -05:00
João Moura
abee94d056
fix version
2025-02-05 21:19:28 -08:00
João Moura
c310044bec
preparing new version
2025-01-28 10:29:53 -03:00
Brandon Hancock (bhancock_ai)
5263df24b6
quick fix for mike ( #1987 )
2025-01-27 17:41:26 -05:00
João Moura
4a44245de9
preparing new verison
2025-01-18 10:18:56 -08:00
Daniel Dowler
673a38c5d9
chore: Update date to current year in template ( #1860 )
...
* update date to current year in template
Signed-off-by: dandawg <12484302+dandawg@users.noreply.github.com >
* current_year update to example task template
Signed-off-by: dandawg <12484302+dandawg@users.noreply.github.com >
---------
Signed-off-by: dandawg <12484302+dandawg@users.noreply.github.com >
2025-01-07 01:20:32 -03:00
Brandon Hancock (bhancock_ai)
8f57753656
Brandon/eng 266 conversation crew v1 ( #1843 )
...
* worked on foundation for new conversational crews. Now going to work on chatting.
* core loop should be working and ready for testing.
* high level chat working
* its alive!!
* Added in Joaos feedback to steer crew chats back towards the purpose of the crew
* properly return tool call result
* accessing crew directly instead of through uv commands
* everything is working for conversation now
* Fix linting
* fix llm_utils.py and other type errors
* fix more type errors
* fixing type error
* More fixing of types
* fix failing tests
* Fix more failing tests
* adding tests. cleaing up pr.
* improve
* drop old functions
* improve type hintings
2025-01-06 16:12:43 -05:00
João Moura
7272fd15ac
Preparing new version ( #1845 )
...
Mark stale issues and pull requests / stale (push) Has been cancelled
* Preparing new version
2025-01-03 21:49:55 -03:00
Vini Brasil
da73865f25
Add tool.crewai.type pyproject attribute in templates ( #1789 )
2024-12-20 10:36:18 -03:00
Brandon Hancock
ee239b1c06
change to <13 instead of <=12
2024-12-17 16:00:15 -05:00
André Lago
8094754239
Fix small typo in sample tool ( #1747 )
...
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2024-12-12 10:11:47 -05:00
Brandon Hancock (bhancock_ai)
54ebd6cf90
restrict python version compatibility ( #1731 )
...
* drop 3.13
* revert
* Drop test cassette that was causing error
* trying to fix failing test
* adding thiago changes
* resolve final tests
* Drop skip
2024-12-09 14:00:18 -05:00
Eduardo Chiarotti
11a3d4b840
docs: Add quotes to agentops installing command ( #1729 )
...
* docs: Add quotes to agentops installing command
* feat: Add ContextualMemory to __init__
* feat: remove import due to circular improt
* feat: update tasks config main template typos
2024-12-09 11:42:36 -03:00
João Moura
3daba0c79e
curting new verson
2024-12-05 13:53:10 -03:00
Brandon Hancock (bhancock_ai)
b0f1d1fcf0
New docs about yaml crew with decorators. Simplify template crew with… ( #1701 )
...
* New docs about yaml crew with decorators. Simplify template crew with links
* Fix spelling issues.
2024-12-05 11:23:20 -05:00
Lorenze Jay
1af95f5146
Knowledge project directory standard ( #1691 )
...
* Knowledge project directory standard
* fixed types
* comment fix
* made base file knowledge source an abstract class
* cleaner validator on model_post_init
* fix type checker
* cleaner refactor
* better template
2024-12-03 12:27:48 -08:00
João Moura
f8a8e7b2a5
preparing new version
2024-12-02 18:28:58 -03:00
João Moura
8cf1cd5a62
preparing new version
2024-11-25 10:05:15 -03:00
João Moura
8376698534
preparing enw version
2024-11-18 00:21:36 -03:00
João Moura
6d677541c7
preparing new version
2024-11-11 00:03:52 -03:00
João Moura
40a676b7ac
curring new version
2024-11-10 21:16:36 -03:00
João Moura
50bf146d1e
preparing new version
2024-11-10 20:47:56 -03:00
João Moura
1b09b085a7
preparing new version
2024-11-10 11:00:16 -03:00
Brandon Hancock (bhancock_ai)
e856359e23
fix missing config ( #1557 )
2024-11-05 12:07:29 -05:00
Brandon Hancock (bhancock_ai)
3d44795476
Feat/watson in cli ( #1535 )
...
* getting cli and .env to work together for different models
* support new models
* clean up prints
* Add support for cerebras
* Fix watson keys
2024-11-05 12:01:57 -05:00
C0deZ
e66a135d5d
refactor: Move BaseTool to main package and centralize tool description generation ( #1514 )
...
* move base_tool to main package and consolidate tool desscription generation
* update import path
* update tests
* update doc
* add base_tool test
* migrate agent delegation tools to use BaseTool
* update tests
* update import path for tool
* fix lint
* update param signature
* add from_langchain to BaseTool for backwards support of langchain tools
* fix the case where StructuredTool doesn't have func
---------
Co-authored-by: c0dez <li@vitablehealth.com >
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2024-11-01 12:30:48 -04:00
João Moura
5f46ff8836
prepare new version
2024-10-30 00:07:46 -03:00
Brandon Hancock
04bcfa6e2d
Improve tooling docs
2024-10-28 09:40:56 -05:00
João Moura
8bc07e6071
new version
2024-10-23 18:10:37 -03:00
João Moura
6baaad045a
new version
2024-10-23 18:08:49 -03:00
João Moura
74c1703310
updating crewai version
2024-10-23 17:58:58 -03:00
João Moura
b8a3c29745
preparing new verison
2024-10-23 05:34:34 -03:00
Sam
71a217b210
fix(docs): typo ( #1470 )
2024-10-21 11:49:33 -04:00
João Moura
40f81aecf5
new verison
2024-10-18 17:57:37 -03:00
João Moura
d1737a96fb
cutting new version
2024-10-18 17:57:02 -03:00