Paul Cowgill
da9220fa81
Remove manager_callbacks reference ( #1741 )
2024-12-11 10:13:57 -05:00
Archkon
da4f356fab
fix:typo error ( #1738 )
...
* Update base_agent_tools.py
typo error
* Update main.py
typo error
* Update base_file_knowledge_source.py
typo error
* Update test_main.py
typo error
* Update en.json
* Update prompts.json
---------
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2024-12-10 11:18:45 -05:00
Brandon Hancock (bhancock_ai)
d932b20c6e
copy googles changes. Fix tests. Improve LLM file ( #1737 )
...
* copy googles changes. Fix tests. Improve LLM file
* Fix type issue
2024-12-10 11:14:37 -05:00
Brandon Hancock (bhancock_ai)
2f9a2afd9e
Update pyproject.toml and uv.lock to drop crewai-tools as a default requirement ( #1711 )
2024-12-09 14:17:46 -05:00
Brandon Hancock (bhancock_ai)
c1df7c410e
Bugfix/restrict python version compatibility ( #1736 )
...
* drop 3.13
* revert
* Drop test cassette that was causing error
* trying to fix failing test
* adding thiago changes
* resolve final tests
* Drop skip
* drop pipeline
2024-12-09 14:07:57 -05:00
Brandon Hancock (bhancock_ai)
54ebd6cf90
restrict python version compatibility ( #1731 )
...
* drop 3.13
* revert
* Drop test cassette that was causing error
* trying to fix failing test
* adding thiago changes
* resolve final tests
* Drop skip
2024-12-09 14:00:18 -05:00
Carlos Souza
6b87d22a70
Fix disk I/O error when resetting short-term memory. ( #1724 )
...
* Fix disk I/O error when resetting short-term memory.
Reset chromadb client and nullifies references before
removing directory.
* Nit for clarity
* did the same for knowledge_storage
* cleanup
* cleanup order
* Cleanup after the rm of the directories
---------
Co-authored-by: Lorenze Jay <lorenzejaytech@gmail.com >
Co-authored-by: Lorenze Jay <63378463+lorenzejay@users.noreply.github.com >
2024-12-09 10:30:51 -08:00
Piotr Mardziel
c4f7eaf259
Add missing @functools.wraps when wrapping functions and preserve wrapped class name in @CrewBase. ( #1560 )
...
* Update annotations.py
* Update utils.py
* Update crew_base.py
* Update utils.py
* Update crew_base.py
---------
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2024-12-09 11:51:12 -05:00
Tony Kipkemboi
236e42d0bc
format bullet points ( #1734 )
...
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2024-12-09 11:40:01 -05:00
fuckqqcom
8c90db04b5
_execute_tool_and_check_finality 结果给回调参数,这样就可以提前拿到结果信息,去做数据解析判断做预判 ( #1716 )
...
Co-authored-by: xiaohan <fuck@qq.com >
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2024-12-09 11:37:54 -05:00
lgesuellip
1261ce513f
Add doc structured tool ( #1713 )
...
* Add doc structured tool
* Fix example
---------
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2024-12-09 11:34:07 -05:00
Tony Kipkemboi
b07c51532c
Merge pull request #1733 from rokbenko/main
...
[DOCS] Fix Spaceflight News API docs link on Knowledge docs page
2024-12-09 11:27:01 -05:00
Tony Kipkemboi
d763eefc2e
Merge branch 'main' into main
2024-12-09 11:23:36 -05:00
Aviral Jain
e01c0a0f4c
call storage.search in user context search instead of memory.search ( #1692 )
...
Co-authored-by: Eduardo Chiarotti <dudumelgaco@hotmail.com >
2024-12-09 08:07:52 -08:00
Rok Benko
5a7a323f3a
Fix Knowledge docs Spaceflight News API dead link
2024-12-09 10:58:51 -05:00
Archkon
46be5e8097
fix:typo error ( #1732 )
...
* Update crew_agent_executor.py
typo error
* Update en.json
typo error
2024-12-09 10:53:55 -05:00
Tony Kipkemboi
a49be2fc52
Merge pull request #142 from crewAIInc/feat/weaviate-tool
...
setup weaviate vector search tool
2024-12-09 10:44:11 -05:00
Frieda Huang
bc2a86d66a
Fixed output_file not respecting system path ( #1726 )
...
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2024-12-09 10:05:54 -05:00
Eduardo Chiarotti
11a3d4b840
docs: Add quotes to agentops installing command ( #1729 )
...
* docs: Add quotes to agentops installing command
* feat: Add ContextualMemory to __init__
* feat: remove import due to circular improt
* feat: update tasks config main template typos
2024-12-09 11:42:36 -03:00
Lorenze Jay
d5d83cbd7e
fix collection name docs
2024-12-08 21:48:15 -08:00
Lorenze Jay
a0e0c28152
setup weaviate vector search tool
2024-12-08 21:44:19 -08:00
Brandon Hancock (bhancock_ai)
6930b68484
add support for langfuse with litellm ( #1721 )
2024-12-06 13:57:28 -05:00
Brandon Hancock (bhancock_ai)
c7c0647dd2
drop metadata requirement ( #1712 )
...
* drop metadata requirement
* fix linting
* Update docs for new knowledge
* more linting
* more linting
* make save_documents private
* update docs to the new way we use knowledge and include clearing memory
2024-12-05 14:59:52 -05:00
Brandon Hancock (bhancock_ai)
264f1e0f0e
Merge pull request #141 from crewAIInc/bugfix/fix-basetool-import
...
update basetool dependencies to use root crewai repo
2024-12-05 13:36:45 -05:00
Brandon Hancock
d5fb31e645
update basetool dependencies to use root crewai repo
2024-12-05 13:16:48 -05:00
Brandon Hancock (bhancock_ai)
7b276e6797
Incorporate Stale PRs that have feedback ( #1693 )
...
* incorporate #1683
* add in --version flag to cli. closes #1679 .
* Fix env issue
* Add in suggestions from @caike to make sure ragstorage doesnt exceed os file limit. Also, included additional checks to support windows.
* remove poetry.lock as pointed out by @sanders41 in #1574 .
* Incorporate feedback from crewai reviewer
* Incorporate @lorenzejay feedback
2024-12-05 12:17:23 -05:00
João Moura
3daba0c79e
curting new verson
0.86.0
2024-12-05 13:53:10 -03:00
João Moura
2c85e8e23a
updating tools
2024-12-05 13:51:20 -03:00
Brandon Hancock (bhancock_ai)
b0f1d1fcf0
New docs about yaml crew with decorators. Simplify template crew with… ( #1701 )
...
* New docs about yaml crew with decorators. Simplify template crew with links
* Fix spelling issues.
2024-12-05 11:23:20 -05:00
Brandon Hancock (bhancock_ai)
611526596a
Brandon/cre 509 hitl multiple rounds of followup ( #1702 )
...
* v1 of HITL working
* Drop print statements
* HITL code more robust. Still needs to be refactored.
* refactor and more clear messages
* Fix type issue
* fix tests
* Fix test again
* Drop extra print
2024-12-05 10:14:04 -05:00
João Moura
e1482d740f
Merge pull request #116 from ernestp/main
...
fix: web scraper concatenate words
2024-12-05 12:00:20 -03:00
João Moura
7c375976ab
Merge pull request #128 from mplachta/jina_website_scraper
...
Jina Website Scraper v1
2024-12-05 11:56:26 -03:00
João Moura
5b813e3d31
Merge pull request #132 from caike/fix-firecrawl-scrape-pydantic-errors
...
Fix pydantic related errors on FirecrawlScrapeWebsiteTool
2024-12-05 11:56:08 -03:00
João Moura
25969d9db7
Merge pull request #134 from caike/fix-firecrawl-crawl-pydantic-errors
...
Fix pydantic related errors on FirecrawlCrawlWebsiteTool
2024-12-05 11:55:26 -03:00
João Moura
f64a93b541
Merge pull request #139 from crewAIInc/tools_readme_update
...
docs: add Discourse community link to contact section
2024-12-05 11:54:41 -03:00
Tony Kipkemboi
fa373f9660
add knowledge demo + improve knowledge docs ( #1706 )
2024-12-05 09:49:44 -05:00
João Moura
569d9e7f75
Merge pull request #137 from siddas27/feature/BraveSearchTool
...
add brave search tool
2024-12-05 11:08:03 -03:00
siddas27
a64cccbd72
add BraveSearchTool to init
2024-12-04 22:28:30 -06:00
Rashmi Pawar
48bb8ef775
docs: add nvidia as provider ( #1632 )
...
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2024-12-04 15:38:46 -05:00
Brandon Hancock (bhancock_ai)
bbea797b0c
remove all references to pipeline and pipeline router ( #1661 )
...
* remove all references to pipeline and router
* fix linting
* drop poetry.lock
2024-12-04 12:39:34 -05:00
Tony Kipkemboi
066ad73423
Merge pull request #1698 from crewAIInc/brandon/cre-510-update-docs-to-talk-about-pydantic-and-json-outputs
...
Talk about getting structured consistent outputs with tasks.
0.85.0
2024-12-04 11:07:52 -05:00
Tony Kipkemboi
0695c26703
Merge branch 'main' into brandon/cre-510-update-docs-to-talk-about-pydantic-and-json-outputs
2024-12-04 11:05:47 -05:00
Brandon Hancock
4fb3331c6a
Talk about getting structured consistent outputs with tasks.
2024-12-04 10:46:39 -05:00
Stephen
b6c6eea6f5
Update README.md ( #1694 )
...
Corrected the statement which says users can not disable telemetry, but now users can disable by setting the environment variable OTEL_SDK_DISABLED to true.
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2024-12-03 16:08:19 -05:00
Lorenze Jay
1af95f5146
Knowledge project directory standard ( #1691 )
...
* Knowledge project directory standard
* fixed types
* comment fix
* made base file knowledge source an abstract class
* cleaner validator on model_post_init
* fix type checker
* cleaner refactor
* better template
2024-12-03 12:27:48 -08:00
Feynman Liang
ed3487aa22
Fix indentation in llm-connections.mdx code block ( #1573 )
...
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2024-12-03 12:52:23 -05:00
Patcher
77af733e44
[Doc]: Add documenation for openlit observability ( #1612 )
...
* Create openlit-observability.mdx
* Update doc with images and steps
* Update mkdocs.yml and add OpenLIT guide link
---------
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2024-12-03 12:38:49 -05:00
Tom Mahler, PhD
aaf80d1d43
[FEATURE] Support for custom path in RAGStorage ( #1659 )
...
* added path to RAGStorage
* added path to short term and entity memory
* add path for long_term_storage for completeness
---------
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2024-12-03 12:22:29 -05:00
Ola Hungerford
9e9b945a46
Update using langchain tools docs ( #1664 )
...
* Update example of how to use LangChain tools with correct syntax
* Use .env
* Add Code back
---------
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2024-12-03 11:13:06 -05:00
Javier Saldaña
308a8dc925
Update reset memories command based on the SDK ( #1688 )
...
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2024-12-03 10:09:30 -05:00