João Moura
7973651e05
new version
2024-05-02 05:00:29 -03:00
João Moura
2c17ff3e9f
new version
2024-05-02 05:00:29 -03:00
João Moura
672b150972
adding initial support for external prompt file
2024-05-02 05:00:29 -03:00
João Moura
7ad0357eaa
adding initial support for external prompt file
2024-05-02 05:00:29 -03:00
Jason Schrader
d8bcbd7d0a
fix typos in generated readme ( #345 )
...
small things I noticed while upgrading our setup!
2024-05-02 03:32:18 -03:00
Jason Schrader
b7d4c4843d
fix typos in generated readme ( #345 )
...
small things I noticed while upgrading our setup!
2024-05-02 03:32:18 -03:00
Dmitri Khokhlov
ff2f1477bb
fix: TypeError: LongTermMemory.search() missing 1 required positional argument: 'latest_n' ( #488 )
...
Signed-off-by: Dmitri Khokhlov <dkhokhlov@gmail.com >
2024-05-02 03:28:36 -03:00
Dmitri Khokhlov
5daa40b498
fix: TypeError: LongTermMemory.search() missing 1 required positional argument: 'latest_n' ( #488 )
...
Signed-off-by: Dmitri Khokhlov <dkhokhlov@gmail.com >
2024-05-02 03:28:36 -03:00
Ikko Eltociear Ashimine
1139073297
fix typo ( #489 )
...
* Update test_crew_function_calling_llm.yaml
ouput -> output
* Update tool_usage.py
ouput -> output
2024-05-02 03:27:40 -03:00
Ikko Eltociear Ashimine
93dc0874b5
fix typo ( #489 )
...
* Update test_crew_function_calling_llm.yaml
ouput -> output
* Update tool_usage.py
ouput -> output
2024-05-02 03:27:40 -03:00
Sarvajith Adyanthaya
39deac2747
Changed "Inert" to "Innate" #470 ( #490 )
2024-05-02 03:27:09 -03:00
Sarvajith Adyanthaya
cbe9404bb9
Changed "Inert" to "Innate" #470 ( #490 )
2024-05-02 03:27:09 -03:00
ftoppi
0a35868367
Update task.py: try to find json in task output using regex ( #491 )
...
* Update task.py: try to find json in task output using regex
Sometimes the model replies with a valid and additional text, let's try to extract and validate it first. It's cheaper than calling LLM for that.
* Update task.py
---------
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-05-02 03:26:34 -03:00
ftoppi
19fe093ce9
Update task.py: try to find json in task output using regex ( #491 )
...
* Update task.py: try to find json in task output using regex
Sometimes the model replies with a valid and additional text, let's try to extract and validate it first. It's cheaper than calling LLM for that.
* Update task.py
---------
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-05-02 03:26:34 -03:00
Mosta
608f869789
Update PGSearchTool.md ( #492 )
...
typo on code snippet
2024-05-02 03:22:18 -03:00
Mosta
f7e856a16d
Update PGSearchTool.md ( #492 )
...
typo on code snippet
2024-05-02 03:22:18 -03:00
Samuel Kocúr
c30bd1a18e
fix db_storage_path handling to use env variable or cwd ( #507 )
2024-05-02 03:16:54 -03:00
Samuel Kocúr
75b495c544
fix db_storage_path handling to use env variable or cwd ( #507 )
2024-05-02 03:16:54 -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
Mish Ushakov
dfaf0700f1
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
deadlious
e16b1f4a53
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
Victor Carvalho Tavernari
3f16686627
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
Jim Collins
48ad3d5a5a
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
Alex Fazio
d9043f0a0a
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
2ae6fc4bd8
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
84775373a6
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
8360abd1c0
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
9d4dc1a081
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
6840fd8ffc
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
83596c1a32
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
João Moura
55fcda758a
Revert "AgentOps Implementation ( #411 )"
...
This reverts commit bf436f885e .
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
Alex Fazio
51fced9913
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
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
bf436f885e
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
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
Elijas Dapšauskas
f7f9720ce8
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
Emmanuel Crown
61c745357d
Fixed a typo in the main readme on the llm selection , options for an agent ( #349 )
2024-04-19 02:42:04 -03:00