Commit Graph

222 Commits

Author SHA1 Message Date
theCyberTech
4340a2d0a5 Fix deprecated LangChain import in trip_planner - Replace 'from langchain.llms import OpenAI' with 'from langchain_openai import OpenAI' - This fixes compatibility issues with newer versions of LangChain (v0.1.0+) 2025-06-07 20:02:05 +08:00
Suhas Deshpande
7fba976d00 fix relative import 2025-04-17 14:13:42 -03:00
Suhas Deshpande
b746a648c8 add id to the state 2025-04-17 13:13:34 -03:00
Suhas Deshpande
9e1ce74c50 update crew version 2025-04-17 13:13:34 -03:00
Rip&Tear
75032f54b2 Merge pull request #212 from MoShiha/patch-1
Update README.md
2025-01-20 15:38:12 +08:00
Mike Plachta
37ea1fc37b Merge pull request #215 from mplachta/knowledge-example
Knowledge example
2025-01-10 13:55:01 -08:00
Mike Plachta
8f8bb550d7 Knowledge example 2025-01-10 13:52:14 -08:00
João Moura
fe723eaeb9 Merge pull request #204 from raspawar/raspawar/nvidia_notebooks
NVIDIA Marketing Strategy Example Notebook
2025-01-03 12:28:46 -03:00
Mo Shiha
60436a8f7b Update README.md
Fixing typo “Stepts”
2025-01-02 23:34:23 +01:00
Rashmi Pawar
436b0dd253 Merge branch 'crewAIInc:main' into raspawar/nvidia_notebooks 2025-01-02 13:39:03 +05:30
raspawar
3196e54f03 add local nim changes 2025-01-02 13:38:19 +05:30
João Moura
9295194f34 adding notebooks 2024-12-16 16:15:52 -03:00
raspawar
7c7d3f26f7 Merge branch 'main' of https://github.com/raspawar/crewAI-examples into raspawar/nvidia_notebooks 2024-12-12 19:52:04 +05:30
raspawar
ddb560b220 add exmaple notebook for marketing strategy 2024-12-12 19:48:41 +05:30
Matt B
2e3fc31e48 update crewai to version 0.85.0 across all projects 2024-12-10 20:55:44 +08:00
Rip&Tear
756034d346 Merge pull request #180 from ernestp/main
Update marketing_strategy project
2024-12-04 13:18:09 +08:00
Brandon Hancock (bhancock_ai)
e6bc3463dd Merge pull request #195 from raspawar/raspawar/nvidia_integration
NVIDIA NIM CrewAI Integration
2024-12-03 15:46:03 -05:00
Rip&Tear
f5c5b2928a Merge pull request #189 from adanbu/main
Updating the landing page generator crew project to use the new examples structure
2024-11-27 23:10:41 +08:00
Rip&Tear
389a1277c6 Merge pull request #187 from pravincoder/main
Fixed Starter_Template,Added missing `expected_output` and `README.md` #186
2024-11-27 23:10:28 +08:00
Rip&Tear
14b09755f9 Merge pull request #184 from BasharAssaf/bashar-branch
Fix : Updating markdown_validator example
2024-11-27 23:09:44 +08:00
Brandon Hancock
99d8549b42 Update readmes to include proper installation stop and stop talking about poetry 2024-11-26 10:48:48 -05:00
Brandon Hancock
5f4dd59478 Fix async issues with pyproject.toml and uv lock 2024-11-26 10:45:11 -05:00
Brandon Hancock (bhancock_ai)
9ea705e7b6 Merge pull request #194 from Noran612/Noran612-issuefix193
Solving issue 193
2024-11-26 10:39:33 -05:00
raspawar
8069997b73 add default model for intro example 2024-11-20 12:29:49 +05:30
raspawar
f4c42f6147 update readme file, env file 2024-11-20 12:17:29 +05:30
raspawar
fbcb82f74c nvidia marketing strategy example 2024-11-20 12:04:30 +05:30
raspawar
221a52f333 add simple intro example for nvidia endpoint 2024-11-20 10:57:31 +05:30
Noran612
e80f7c7a3c updated readme file 2024-11-16 21:46:24 +02:00
Noran Muhammed
39eedc376b Update pyproject.toml
I removed the start next to asyncio because it led to a syntax error
2024-11-16 21:19:52 +02:00
Brandon Hancock (bhancock_ai)
f32b4b207d Update README.md
Fix kickoff command.
2024-11-07 08:48:56 -05:00
Brandon Hancock
6befe08221 update book title to fix windows issues 2024-11-04 11:28:58 -05:00
Brandon Hancock
dc8f5d7b16 Update flow write_a_book_with_flows 2024-11-04 11:20:51 -05:00
Adan Butto
e12338a0ef Merge branch 'main' of https://github.com/adanbu/crewAI-examples 2024-11-03 20:22:13 +02:00
Adan Butto
59d2972d53 Updating the landing page generator crew project to use the new examples structure
- added a crew.py file that includes definitions for the crews used in the landing page generator
- converted the agents.json file to agents.yaml
- converted the tasks.py file to tasks.yaml
- refactoring the project structure to use the new examples structure
2024-11-03 20:10:23 +02:00
Brandon Hancock
5f0e6af721 Fix async issues with write a book flow 2024-11-01 10:39:15 -04:00
PravinCoder
da08fa1052 Added a Small Readme to help Starter's 2024-10-29 23:28:06 +05:30
PravinCoder
7f7abe4a54 Added expected_output parameter to task.py 2024-10-29 23:24:23 +05:30
Brandon Hancock
eedce165a6 Fix spelling error 2024-10-28 12:12:16 -05:00
Brandon Hancock
86bc90b12f update readme 2024-10-28 12:03:56 -05:00
Brandon Hancock
71f0f20a18 v1 of self evaluation loop with flows working 2024-10-28 10:59:19 -05:00
Brandon Hancock
156b29003e Update flows to handle new changes 2024-10-24 15:20:16 -04:00
BasharAssaf
c4e8cb9030 Fix : Updating markdown_validator example
Issue #183 reported that the markdown_validator example structure needs to be updated, this commit includes :
- adding A config/ directory for YAML configuration files (agents.yaml, tasks.yaml).
- adding dedicated tools/ folder for any helper utilities, such as markdownTools.py .
- adding The crew.py module, which contains the logic for the MarkDownValidatorCrew.
-adding main.py file, which now serves as the entry point for the project, and includes run and train functions.
2024-10-23 20:43:56 +03:00
Ernest Poletaev
c3420b9d5e Update marketing_strategy project to use uv instead of poetry and fix error 2024-10-20 14:48:30 +07:00
Brandon Hancock (bhancock_ai)
5bc4bd041f Update main.py - thank you clint. 2024-10-15 19:55:07 -04:00
João Moura
660c7dbdab Merge pull request #169 from crewAIInc/flow-examples
Flow examples
2024-10-04 13:29:20 -03:00
Brandon Hancock
3bdee6303e clean up for users to copy 2024-10-04 11:23:03 -04:00
Rip&Tear
8e6caa318c Merge pull request #165 from lloydchang/patch-1
docs(README.md): fix typo
2024-10-03 18:59:43 +08:00
Rip&Tear
c713873a89 Merge pull request #166 from adityahiran/main
fix: Updated stock_analysis to make it work again and tested with llama3.1
2024-10-03 18:59:07 +08:00
Rip&Tear
d60bfc5428 Merge pull request #171 from adanbu/main
Updating the game builder crew project to use the new examples structure
2024-10-03 18:58:06 +08:00
Adan Butto
af712d7c2b - updated readme
- added game design examples in gamedesign.yaml
-fixed missing argument in train method call
2024-10-02 18:56:55 +03:00