• Joined on 2024-12-05
andre synced commits to refs/pull/911/head at andre/crewAI from mirror 2024-12-10 22:36:30 +00:00
af0ed9ad53 fix: fixes pydantic parser to support nested objects.
da4f356fab fix:typo error (#1738)
d932b20c6e copy googles changes. Fix tests. Improve LLM file (#1737)
Compare 3 commits »
andre synced commits to refs/pull/1730/head at andre/crewAI from mirror 2024-12-10 22:36:30 +00:00
8989ebcc15 Merge branch 'main' into ruff08
da4f356fab fix:typo error (#1738)
d932b20c6e copy googles changes. Fix tests. Improve LLM file (#1737)
2f9a2afd9e Update pyproject.toml and uv.lock to drop crewai-tools as a default requirement (#1711)
Compare 4 commits »
andre synced and deleted reference refs/tags/refs/pull/1737/merge at andre/crewAI from mirror 2024-12-10 22:36:30 +00:00
andre synced and deleted reference refs/tags/refs/pull/1735/merge at andre/crewAI from mirror 2024-12-10 22:36:30 +00:00
andre synced commits to refs/pull/1738/head at andre/crewAI from mirror 2024-12-10 22:36:30 +00:00
39a3b8740e Merge branch 'main' into Archkon-patch-1
d932b20c6e copy googles changes. Fix tests. Improve LLM file (#1737)
Compare 2 commits »
andre synced commits to refs/pull/1730/merge at andre/crewAI from mirror 2024-12-10 22:36:30 +00:00
8989ebcc15 Merge branch 'main' into ruff08
da4f356fab fix:typo error (#1738)
d932b20c6e copy googles changes. Fix tests. Improve LLM file (#1737)
Compare 4 commits »
andre synced commits to refs/pull/1523/merge at andre/crewAI from mirror 2024-12-10 14:26:30 +00:00
2f9a2afd9e Update pyproject.toml and uv.lock to drop crewai-tools as a default requirement (#1711)
c1df7c410e Bugfix/restrict python version compatibility (#1736)
54ebd6cf90 restrict python version compatibility (#1731)
6b87d22a70 Fix disk I/O error when resetting short-term memory. (#1724)
Compare 15 commits »
andre synced commits to refs/pull/911/head at andre/crewAI from mirror 2024-12-10 06:26:00 +00:00
0ab0fcdc46 fix: fixes pydantic parser to support nested objects.
2f9a2afd9e Update pyproject.toml and uv.lock to drop crewai-tools as a default requirement (#1711)
c1df7c410e Bugfix/restrict python version compatibility (#1736)
54ebd6cf90 restrict python version compatibility (#1731)
6b87d22a70 Fix disk I/O error when resetting short-term memory. (#1724)
Compare 460 commits »
andre synced commits to refs/pull/911/merge at andre/crewAI from mirror 2024-12-10 06:26:00 +00:00
c5286b9f3b Merge 0ab0fcdc46ccd3e6ce0c2ccd04ab1843e79719c6 into 2f9a2afd9e
0ab0fcdc46 fix: fixes pydantic parser to support nested objects.
2f9a2afd9e Update pyproject.toml and uv.lock to drop crewai-tools as a default requirement (#1711)
c1df7c410e Bugfix/restrict python version compatibility (#1736)
54ebd6cf90 restrict python version compatibility (#1731)
Compare 402 commits »
andre synced commits to refs/pull/1730/merge at andre/crewAI from mirror 2024-12-10 06:25:59 +00:00
2f9a2afd9e Update pyproject.toml and uv.lock to drop crewai-tools as a default requirement (#1711)
Compare 2 commits »
andre synced commits to refs/pull/1233/merge at andre/crewAI from mirror 2024-12-10 06:25:59 +00:00
2f9a2afd9e Update pyproject.toml and uv.lock to drop crewai-tools as a default requirement (#1711)
c1df7c410e Bugfix/restrict python version compatibility (#1736)
54ebd6cf90 restrict python version compatibility (#1731)
6b87d22a70 Fix disk I/O error when resetting short-term memory. (#1724)
Compare 14 commits »
andre synced commits to refs/pull/1692/head at andre/crewAI from mirror 2024-12-09 22:16:01 +00:00
956b2d10d6 Merge branch 'main' into burnerlee/fix-user-memory-search
46be5e8097 fix:typo error (#1732)
bc2a86d66a Fixed output_file not respecting system path (#1726)
11a3d4b840 docs: Add quotes to agentops installing command (#1729)
6930b68484 add support for langfuse with litellm (#1721)
Compare 25 commits »
andre synced commits to refs/pull/777/merge at andre/crewAI from mirror 2024-12-09 22:16:01 +00:00
c4f7eaf259 Add missing @functools.wraps when wrapping functions and preserve wrapped class name in @CrewBase. (#1560)
236e42d0bc format bullet points (#1734)
8c90db04b5 _execute_tool_and_check_finality 结果给回调参数,这样就可以提前拿到结果信息,去做数据解析判断做预判 (#1716)
1261ce513f Add doc structured tool (#1713)
Compare 12 commits »
andre synced commits to refs/pull/1729/head at andre/crewAI from mirror 2024-12-09 22:16:01 +00:00
906be132f8 feat: update tasks config main template typos
andre synced commits to refs/pull/1726/head at andre/crewAI from mirror 2024-12-09 22:16:01 +00:00
964d4bfdbf Merge branch 'main' into main
11a3d4b840 docs: Add quotes to agentops installing command (#1729)
Compare 2 commits »
andre synced commits to refs/pull/1724/head at andre/crewAI from mirror 2024-12-09 22:16:01 +00:00
801eed0088 Merge branch 'main' into fix-short-term-memory-reset-error
30b082eaa6 Cleanup after the rm of the directories
c4f7eaf259 Add missing @functools.wraps when wrapping functions and preserve wrapped class name in @CrewBase. (#1560)
236e42d0bc format bullet points (#1734)
8c90db04b5 _execute_tool_and_check_finality 结果给回调参数,这样就可以提前拿到结果信息,去做数据解析判断做预判 (#1716)
Compare 18 commits »
andre synced commits to refs/pull/1716/head at andre/crewAI from mirror 2024-12-09 22:16:01 +00:00
9afc6c310e Merge branch 'main' into main
1261ce513f Add doc structured tool (#1713)
b07c51532c Merge pull request #1733 from rokbenko/main
d763eefc2e Merge branch 'main' into main
e01c0a0f4c call storage.search in user context search instead of memory.search (#1692)
Compare 9 commits »
andre synced commits to refs/pull/1713/head at andre/crewAI from mirror 2024-12-09 22:16:01 +00:00
919ff36357 Merge branch 'main' into feat/doc_structured
b07c51532c Merge pull request #1733 from rokbenko/main
d763eefc2e Merge branch 'main' into main
e576354ff8 Fix example
e01c0a0f4c call storage.search in user context search instead of memory.search (#1692)
Compare 10 commits »
andre synced commits to refs/pull/1711/head at andre/crewAI from mirror 2024-12-09 22:16:01 +00:00
c497191608 Merge branch 'main' into bugfix/drop-tools-required-dependency
c1df7c410e Bugfix/restrict python version compatibility (#1736)
54ebd6cf90 restrict python version compatibility (#1731)
6b87d22a70 Fix disk I/O error when resetting short-term memory. (#1724)
c4f7eaf259 Add missing @functools.wraps when wrapping functions and preserve wrapped class name in @CrewBase. (#1560)
Compare 17 commits »
andre synced commits to refs/pull/1704/head at andre/crewAI from mirror 2024-12-09 22:16:01 +00:00
d9abfbcd5f Merge branch 'main' into main
b07c51532c Merge pull request #1733 from rokbenko/main
d763eefc2e Merge branch 'main' into main
e01c0a0f4c call storage.search in user context search instead of memory.search (#1692)
5a7a323f3a Fix Knowledge docs Spaceflight News API dead link
Compare 10 commits »