Eduardo Chiarotti
6018fe5872
feat: add CodeInterpreterTool to run when enable code execution ( #804 )
...
* feat: add CodeInterpreterTool to run when enable code execution is allowed on agent
* feat: change to allow_code_execution
* feat: add readme for CodeInterpreterTool
2024-06-27 02:25:39 -03:00
Nuraly
bf0e70999e
Update Agents.md ( #816 )
...
Made a space to ensure that Header formatting is displayed correctly on the website
2024-06-27 02:23:18 -03:00
Bruno Tanabe
9e61b8325b
fix: Fix grammar error in documentation in PDF Search Tool ( #819 )
...
Correction of grammar error in the CrewAI documentation, on the page 'https://docs.crewai.com/tools/PDFSearchTool/ ' it says 'Optinal' instead of 'Optional'.
2024-06-27 00:41:22 -03:00
João Moura
c4d76cde8f
updating docs
2024-06-22 19:49:50 -03:00
João Moura
0e5fd0be2c
addding new kickoff docs
2024-06-20 02:46:13 -03:00
João Moura
9f384e3fc1
Updating Docs
2024-06-20 02:19:35 -03:00
Lorenze Jay
614183cbb1
fixes crewai docs assembling crew code block example code ( #768 )
2024-06-14 14:23:30 -03:00
Taradepan R
2a0e21ca76
updated the import for cohere llm ( #696 )
2024-06-04 03:32:23 -03:00
Karthik Kalyanaraman
ea893432e8
Add Langtrace to the "How to" docs for CrewAI Agent Observability ( #634 )
...
* Add files via upload
* Create Langtrace-Observability.md
* Rename crewai-agentops-stats.png to crewai-langtrace-stats.png
2024-05-29 02:14:29 -03:00
Mish Ushakov
56f1d24e9d
Update BrowserbaseLoadTool.md ( #647 )
2024-05-24 00:05:52 -03:00
João Moura
7fd8850ddb
Small RC Fixes ( #608 )
...
* mentioning ollama on the docs as embedder
* lowering barrier to match tool with simialr name
* Fixing agent tools to support co_worker
* Adding new tests
* Fixing type"
* updating tests
* fixing conflict
2024-05-13 02:29:04 -03:00
Steven Edwards
8430c2f9af
Task needs an expected_output field in docs. ( #568 )
...
* Task needs an expected_output field in docs..
* Add missing comma.
2024-05-10 11:55:10 -03:00
João Moura
809b4b227c
Revert "Fix .md doc file 404 error on github ( #564 )" ( #567 )
...
This reverts commit 2bd30af72b .
2024-05-05 10:35:46 -03:00
Alex Fazio
ff51a2da9b
corrected imprecision in the instantiation ( #555 )
2024-05-05 03:55:13 -03:00
Jackie Qi
2bd30af72b
Fix .md doc file 404 error on github ( #564 )
...
* fix md file link not working on github
* miss one changed file
2024-05-05 02:53:20 -03:00
tarekadam
2edc88e0a1
Update LLM-Connections.md ( #553 )
...
fixes command to lower case
2024-05-03 00:25:03 -03:00
Mish Ushakov
20a81af95f
Added Browserbase loader to the docs ( #508 )
...
* Create BrowserbaseLoadTool.md
* added browserbase loader
2024-05-02 03:15:59 -03:00
Alex Fazio
48f53b529b
fix to import statement PGSearchTool.md ( #548 )
...
fix to the import statement in PGSearchTool documentation
2024-05-02 03:10:43 -03:00
Alex Fazio
b862e464f8
docs fix to xml tool import statement ( #546 )
...
* docs fix to xml tool import statement
* Update XMLSearchTool.md
2024-05-01 12:53:49 -03:00
Sajal Sharma
b0acae81b0
Update LLM-Connections.md ( #353 )
...
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-04-19 02:41:36 -03:00
Kaushal Powar
afc616d263
Update GitHubSearchTool.md ( #357 )
...
GithubSearchTool was misspelled as GitHubSearchTool
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-04-19 02:40:38 -03:00
Selim Erhan
e066b4dcb1
Update LLM-Connections.md ( #359 )
...
Created a short documentation on how to use Llama2 locally with crewAI thanks to the help of Ollama.
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-04-19 02:39:33 -03:00
João Moura
dd97a2674d
adding new installing crew docs
2024-04-16 16:50:44 -03:00
Alex Reibman
2ee6ab6332
Incorrect documentation link for AgentOps ( #458 )
...
* remove .md
* made language more clear
* update images and documentation for spelling
* update typos and links
* update repo placement
* update wording
* clarify
* update wording
* Added clearer features
---------
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-04-16 08:24:30 -03:00
Jonathan Morales Vélez
3d862538d2
fix link to observability ( #461 )
2024-04-16 08:22:11 -03:00
Preston Badeer
4bd36e0460
Update LLM-Connections.md with up to date LM Studio instructions ( #468 )
...
Co-authored-by: Preston Badeer <467756+pbadeer@users.noreply.github.com >
2024-04-16 08:20:56 -03:00
Eivind Hyldmo
7fbf0f1988
Fixed typo in Tools.md ( #472 )
2024-04-16 08:20:25 -03:00
高璟琦
315ad20111
add solar example ( #373 )
...
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-04-05 19:48:27 -03:00
Rueben Ramirez
b1daf17a61
whitespace consistency across docs ( #407 )
...
I saw a rendedered whitespace inconsistency in the Tasks docs here:
ed31860071/docs/core-concepts/Tasks.md (L173)
So I set out to patch that up to make it easier to read. I then noticed
there were a few whitespace inconsistencies:
- 2 spaces
- 4 whitespaces
- tabs
It appears that the 4 whitespaces is the prevalent whitesapce usage, so
I overwrote other whitespace usages with that in this commit.
Co-authored-by: Rueben Ramirez <rramirez@ruebens-mbp.tail7c016.ts.net >
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-04-05 19:47:09 -03:00
GabeKoga
9db99befb6
Feature: Log files ( #423 )
...
* log_file
feature: added a new parameter for crew that creates a txt file to log agent execution
* unit tests and documentation
unit test if file is created but not what is inside the file
2024-04-05 19:44:50 -03:00
João Moura
2c0e5586e8
TYPO
2024-04-05 09:37:51 -03:00
João Moura
25f7557751
fixing memory docs
2024-04-05 08:59:54 -03:00
João Moura
59ebf7b762
adding specific memmory docs
2024-04-05 08:59:20 -03:00
João Moura
1abe9db8e0
Increasing default max inter
2024-04-05 08:36:09 -03:00
João Moura
e00b545548
adding max execution time
2024-04-05 08:31:25 -03:00
João Moura
d17bc33bfb
fix docs
2024-04-04 17:36:50 -03:00
João Moura
a7f007f475
Updating docs
2024-04-04 15:29:45 -03:00
Braelyn Boynton
fcffc4a898
AgentOps Docs ( #412 )
...
Agentops documentation
2024-04-04 15:09:31 -03:00
ftoppi
38486223b2
Update Creating-a-Crew-and-kick-it-off.md: add compatible python versions ( #420 )
...
* Update Creating-a-Crew-and-kick-it-off.md: add compatible python versions
* Update Creating-a-Crew-and-kick-it-off.md
---------
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-04-03 19:10:11 -03:00
João Moura
427d3169b6
adding initial memory docs
2024-04-03 05:04:14 -03:00
João Moura
33dfcc700b
cutting new version, adding cache_function docs
2024-04-02 14:26:22 -03:00
João Moura
ed31860071
update docs
2024-04-01 11:14:06 -03:00
João Moura
5977c442b1
Adding custom caching
2024-04-01 10:43:05 -03:00
João Moura
2cdfe459be
adding proper docs for crewAI
2024-04-01 10:43:05 -03:00
João Moura
be2def3fc8
Adding HuggingFace docs
2024-04-01 10:43:05 -03:00
GabeKoga
bcf701b287
feature: human input per task ( #395 )
...
* feature: human input per task
* Update executor.py
* Update executor.py
* Update executor.py
* Update executor.py
* Update executor.py
* feat: change human input for unit testing
added documentation and unit test
* Create test_agent_human_input.yaml
add yaml for test
---------
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-04-01 10:04:56 -03:00
Elle Neal
22ab99cbd6
Update LLM-Connections.md ( #252 )
...
Adding Cohere LLM
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-04-01 10:03:16 -03:00
sebestyenmiklos1
98ee60e06f
Update Tasks.md ( #240 )
...
Fix example code of missing comma.
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-03-31 20:40:51 -03:00
Ken Jenney
a3abdb5d19
Update ScrapeWebsiteTool.md ( #385 )
2024-03-30 11:57:08 -03:00
chowderhead
e3ebeb9dde
Update GitHubSearchTool.md ( #390 )
...
Import statement has a lower case h
2024-03-30 11:56:34 -03:00