Brandon Hancock (bhancock_ai)
66c66e3d84
Update docs ( #2226 )
2025-02-26 15:21:36 -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
cc018bf128
updating tools version
2025-01-19 00:36:19 -08: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
Vini Brasil
627b9f1abb
Remove relative import in flow main.py template ( #1782 )
2024-12-18 10:47:44 -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)
c1df7c410e
Bugfix/restrict python version compatibility ( #1736 )
...
* drop 3.13
* revert
* Drop test cassette that was causing error
* trying to fix failing test
* adding thiago changes
* resolve final tests
* Drop skip
* drop pipeline
2024-12-09 14:07:57 -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
Brandon Hancock (bhancock_ai)
bbea797b0c
remove all references to pipeline and pipeline router ( #1661 )
...
* remove all references to pipeline and router
* fix linting
* drop poetry.lock
2024-12-04 12:39:34 -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
Brandon Hancock (bhancock_ai)
093259389e
simplify flow ( #1482 )
...
* simplify flow
* propogate changes
* Update docs and scripts
* Template fix
* make flow kickoff sync
* Clean up docs
2024-10-21 19:32:55 -04: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
João Moura
81ae07abdb
preparing new version
2024-10-18 07:13:17 -03:00
Vini Brasil
a6b7295092
Adapt Tools CLI to uv ( #1455 )
...
* Adapt Tools CLI to UV
* Fix failing test
2024-10-16 10:55:04 -03:00
dbubel
725d159e44
fix typo in template file ( #1432 )
2024-10-14 16:51:04 -04:00
Eduardo Chiarotti
7f387dd7c3
Feat/poetry to uv migration ( #1406 )
...
* feat: Start migrating to UV
* feat: add uv to flows
* feat: update docs on Poetry -> uv
* feat: update docs and uv.locl
* feat: update tests and github CI
* feat: run ruff format
* feat: update typechecking
* feat: fix type checking
* feat: update python version
* feat: type checking gic
* feat: adapt uv command to run the tool repo
* Adapt tool build command to uv
* feat: update logic to let only projects with crew to be deployed
* feat: add uv to tools
* fix; tests
* fix: remove breakpoint
* fix :test
* feat: add crewai update to migrate from poetry to uv
* fix: tests
* feat: add validation for ˆ character on pyproject
* feat: add run_crew to pyproject if doesnt exist
* feat: add validation for poetry migration
* fix: warning
---------
Co-authored-by: Vinicius Brasil <vini@hey.com >
2024-10-11 19:11:27 -03:00
João Moura
b149bd4149
Preparing new version
2024-10-10 19:58:54 -03:00
João Moura
258b22f5bc
preparing new version
2024-10-10 19:35:52 -03:00
Vini Brasil
01329a01ab
Create crewai tool create <tool> command ( #1379 )
...
This commit creates a new CLI command for scaffolding tools.
2024-10-01 18:58:27 -03:00
João Moura
5113bca025
preparing new version
2024-10-01 14:18:17 -07:00