mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
cutting new version
This commit is contained in:
@@ -12,10 +12,4 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
name: isort (python)
|
name: isort (python)
|
||||||
args: ["--profile", "black", "--filter-files"]
|
args: ["--profile", "black", "--filter-files"]
|
||||||
|
|
||||||
- repo: https://github.com/PyCQA/autoflake
|
|
||||||
rev: v2.2.1
|
|
||||||
hooks:
|
|
||||||
- id: autoflake
|
|
||||||
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variables', '--ignore-init-module-imports']
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "crewai"
|
name = "crewai"
|
||||||
version = "0.22.3"
|
version = "0.22.4"
|
||||||
description = "Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks."
|
description = "Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks."
|
||||||
authors = ["Joao Moura <joao@crewai.com>"]
|
authors = ["Joao Moura <joao@crewai.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ from crewai import Agent, Crew, Process, Task
|
|||||||
from crewai.project import CrewBase, agent, crew, task
|
from crewai.project import CrewBase, agent, crew, task
|
||||||
|
|
||||||
# Uncomment the following line to use an example of a custom tool
|
# Uncomment the following line to use an example of a custom tool
|
||||||
# from .tools.custom_tool import MyCustomTool
|
# from {{folder_name}}.tools.custom_tool import MyCustomTool
|
||||||
|
|
||||||
# Check our tools documentations for more information on how to use them
|
# Check our tools documentations for more information on how to use them
|
||||||
# from crewai_tools import SerperDevTool
|
# from crewai_tools import SerperDevTool
|
||||||
|
|||||||
Reference in New Issue
Block a user