Mish Ushakov
20a81af95f
Added Browserbase loader to the docs ( #508 )
...
* Create BrowserbaseLoadTool.md
* added browserbase loader
2024-05-02 03:15:59 -03:00
deadlious
531c70b476
Tool name recognition based on string distance ( #521 )
...
* adding variations of ask question and delegate work tools
* Revert "adding variations of ask question and delegate work tools"
This reverts commit 38d4589be8 .
* adding distance calculation for tool names.
* proper formatting
* remove brackets
2024-05-02 03:15:34 -03:00
Victor Carvalho Tavernari
dae0aedc99
Add conditional check for output file directory creation ( #523 )
...
This commit adds a conditional check to ensure that the output file directory exists before attempting to create it. This ensures that the code does not
fail in cases where the directory does not exist and needs to be created. The condition is added in the `_save_file` method of the `Task` class, ensuring
that the correct behavior is maintained for saving results to a file.
2024-05-02 03:13:51 -03:00
Jim Collins
5fde03f4b0
Update README.md ( #525 )
...
Reworded "If you want to also install crewai-tools, which is a package with tools that can be used by the agents, but more dependencies, you can install it with, example below uses it:" for clarity
2024-05-02 03:12:03 -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
João Moura
4d9b0c6138
smal fixes and better guardrail for parsing small models tools usage
2024-05-02 02:21:59 -03:00
João Moura
70cabec876
Adding support for system, prompt and answe templates
2024-05-02 02:21:59 -03:00
João Moura
60423376cf
removing unnecessary test
2024-05-02 02:21:59 -03:00
João Moura
22c646294a
unifying co-worker string
2024-05-02 02:21:59 -03:00
João Moura
10b317cf34
remving blank line
2024-05-02 02:21:59 -03:00
João Moura
03f0c44cac
Fixing task callback
2024-05-02 02:21:59 -03:00
João Moura
caa0e5db8d
Revert "AgentOps Implementation ( #411 )"
...
This reverts commit 3d5257592b .
2024-05-02 02:21:59 -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
Braelyn Boynton
b160a52139
Merge remote-tracking branch 'upstream/main'
...
# Conflicts:
# pyproject.toml
# src/crewai/agent.py
# src/crewai/crew.py
# src/crewai/tools/tool_usage.py
2024-04-30 01:09:16 -07:00
Braelyn Boynton
a19a37bd9a
noop
2024-04-29 23:31:48 -07:00
Braelyn Boynton
2f789800b7
Revert "Revert "Revert "true dependency"""
...
This reverts commit e9335e89
2024-04-29 23:30:02 -07:00
Braelyn Boynton
3d5257592b
AgentOps Implementation ( #411 )
...
* implements agentops with a langchain handler, agent tracking and tool call recording
* track tool usage
* end session after completion
* track tool usage time
* better tool and llm tracking
* code cleanup
* make agentops optional
* optional dependency usage
* remove telemetry code
* optional agentops
* agentops version bump
* remove org key
* true dependency
* add crew org key to agentops
* cleanup
* Update pyproject.toml
* Revert "true dependency"
This reverts commit e52e8e9568 .
* Revert "cleanup"
This reverts commit 7f5635fb9e .
* optional parent key
* agentops 0.1.5
* Revert "Revert "cleanup""
This reverts commit cea33d9a5d .
* Revert "Revert "true dependency""
This reverts commit 4d1b460b
* cleanup
* Forcing version 0.1.5
* Update pyproject.toml
---------
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-04-20 12:20:13 -03:00
Braelyn Boynton
8be18c8e11
agentops update
2024-04-19 20:05:47 -07:00
João Moura
e366f006ac
Update pyproject.toml
2024-04-19 23:38:20 -03:00
João Moura
d678190850
Forcing version 0.1.5
2024-04-19 23:18:43 -03:00
Braelyn Boynton
9005dc7c59
cleanup
2024-04-19 19:10:26 -07:00
Braelyn Boynton
e9335e89a6
Revert "Revert "true dependency""
...
This reverts commit 4d1b460b
2024-04-19 19:09:20 -07:00
Braelyn Boynton
fd7de7f2eb
Revert "Revert "cleanup""
...
This reverts commit cea33d9a5d .
2024-04-19 19:08:22 -07:00
Braelyn Boynton
c52b5e9690
agentops 0.1.5
2024-04-19 19:07:53 -07:00
Braelyn Boynton
7725e7c52e
optional parent key
2024-04-19 19:04:21 -07:00
Braelyn Boynton
7f8573e6cb
Merge remote-tracking branch 'origin/main'
2024-04-19 19:02:39 -07:00
Braelyn Boynton
cea33d9a5d
Revert "cleanup"
...
This reverts commit 7f5635fb9e .
2024-04-19 19:02:20 -07:00
Braelyn Boynton
4d1b460b80
Revert "true dependency"
...
This reverts commit e52e8e9568 .
2024-04-19 19:01:52 -07:00
João Moura
906a5bd8ec
Update pyproject.toml
2024-04-19 22:54:57 -03:00
Elijas Dapšauskas
ff76715cd2
Allow minor version patches to python-dotenv ( #339 )
...
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-04-19 02:44:08 -03:00
Emmanuel Crown
cdb0a9c953
Fixed a typo in the main readme on the llm selection , options for an agent ( #349 )
2024-04-19 02:42:04 -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
Braelyn Boynton
216cc832dc
Merge remote-tracking branch 'upstream/main'
...
# Conflicts:
# poetry.lock
2024-04-18 16:21:19 -07:00
Christian24
9ea495902e
Fix lockfile ( #477 )
2024-04-18 11:28:06 -03:00
Braelyn Boynton
7f5635fb9e
cleanup
2024-04-17 17:19:38 -07:00
Braelyn Boynton
0ce8d14742
add crew org key to agentops
2024-04-17 14:48:58 -07:00
Braelyn Boynton
e52e8e9568
true dependency
2024-04-17 14:39:23 -07:00
Braelyn Boynton
4f7a9a5b4b
Merge remote-tracking branch 'upstream/main'
...
# Conflicts:
# src/crewai/crew.py
2024-04-17 14:27:31 -07:00
João Moura
d786c367b4
Update README.md
2024-04-17 00:02:49 -03:00
João Moura
a391004432
Adding manager llm
2024-04-16 16:50:44 -03:00
João Moura
dd97a2674d
adding new installing crew docs
2024-04-16 16:50:44 -03:00
Joseph Bastulli
437c4c91bc
fix: swapped the task callback assignment ( #443 )
2024-04-16 15:54:42 -03:00
Jack Hayter
575f1f98b0
Prevent duplicate TokenCalcHandler callbacks on Agent ( #475 )
2024-04-16 15:54:02 -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
Lennart J. Kurzweg
066127013b
Added optional manager_agent parameter ( #474 )
...
* Added optional manager_agent parameter
* Update crew.py
---------
Co-authored-by: Lennart J. Kurzweg (Nx2) <git@nx2.site >
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-04-16 08:18:36 -03:00