Eduardo Chiarotti
1da7473f26
fix: fix test actually running ( #587 )
...
* fix: fix test actually running
* fix: fix test to not send request to openai
* fix: fix linting to remove cli files
* fix: exclude only files that breaks black
2024-05-09 21:33:48 -03:00
Braelyn Boynton
54237c9974
track task evaluator
2024-05-09 13:15:12 -07:00
João Moura
95d13bd033
prepping new version
2024-05-09 09:12:57 -03:00
Eduardo Chiarotti
7eb4fcdaf4
fix: Add validation fix output_file issue when have '/' ( #585 )
...
* fix: Add validation fix output_file issue when have /
* fix: run black to format code
* fix: run black to format code
2024-05-09 08:11:00 -03:00
Braelyn Boynton
b4241a892e
agentops version bump
2024-05-06 21:28:47 -07:00
Braelyn Boynton
a6de5253d5
Merge remote-tracking branch 'upstream/main'
2024-05-06 11:50:31 -07: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
João Moura
be83681665
preparing new RC version
2024-05-05 02:57:29 -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
João Moura
d7b021061b
updating .gitignore
2024-05-05 02:52:43 -03:00
João Moura
73647f1669
TYPO
2024-05-05 02:14:49 -03:00
João Moura
d341cb3d5c
Fixing manager_agent_support
2024-05-05 00:51:18 -03:00
Braelyn Boynton
b9d6ec5721
use langchain callback handler to support all LLMs
2024-05-03 15:07:17 -07:00
João Moura
30438410d6
cutting new RC
2024-05-03 00:55:32 -03:00
João Moura
b264ebabc0
adding meomization to crewai project annotations
2024-05-03 00:49:37 -03:00
tarekadam
2edc88e0a1
Update LLM-Connections.md ( #553 )
...
fixes command to lower case
2024-05-03 00:25:03 -03:00
João Moura
552dda46f8
updating manager llm pydantic error
2024-05-02 23:39:56 -03:00
João Moura
2340a127d6
curring new rc
2024-05-02 23:22:02 -03:00
João Moura
ecde504a79
updating gitignore
2024-05-02 21:57:49 -03:00
João Moura
0b781065d2
Better json parsing for smaller models
2024-05-02 21:57:41 -03:00
João Moura
bcb57ce5f9
updating git ignore
2024-05-02 20:52:43 -03:00
David Solito
6392a8cdd0
Update crew.py ( #551 )
...
Ad manager_agent description in crew docstring
2024-05-02 19:21:22 -03:00
Braelyn Boynton
498bf77f08
black formatting
2024-05-02 13:06:34 -07:00
Braelyn Boynton
be91c32488
Merge remote-tracking branch 'upstream/main'
...
# Conflicts:
# pyproject.toml
# src/crewai/agent.py
# src/crewai/crew.py
# src/crewai/tools/tool_usage.py
2024-05-02 12:52:31 -07:00
Braelyn Boynton
f2c2a625b0
add crew tag
2024-05-02 12:28:06 -07:00
João Moura
34e3dd24b4
new version
2024-05-02 05:00:29 -03:00
João Moura
c303d3730c
cutting new version
2024-05-02 05:00:29 -03:00
João Moura
0a53ce17a2
small improvements for i18n
2024-05-02 05:00:29 -03:00
João Moura
7973651e05
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
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
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
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
Sarvajith Adyanthaya
39deac2747
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
Mosta
608f869789
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
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