From 3134711240fa85e9469a1712e922b92b65960740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moura?= Date: Sun, 3 Mar 2024 20:51:34 -0300 Subject: [PATCH] Updating Docs --- docs/core-concepts/Agents.md | 33 ++++----- docs/core-concepts/Collaboration.md | 10 +-- docs/core-concepts/Crews.md | 58 ++++++++++------ docs/core-concepts/Processes.md | 31 ++++++--- docs/core-concepts/Tasks.md | 35 ++++++---- docs/core-concepts/Tools.md | 49 +++++++------ docs/how-to/Create-Custom-Tools.md | 68 +++++++++++++++++++ .../how-to/Creating-a-Crew-and-kick-it-off.md | 57 +++++++++------- docs/how-to/Customizing-Agents.md | 19 +++--- docs/how-to/Hierarchical.md | 51 +++++++------- docs/how-to/Human-Input-on-Execution.md | 61 ++++++++++------- docs/how-to/LLM-Connections.md | 13 +++- docs/index.md | 5 ++ docs/telemetry/Telemetry.md | 21 ++++-- src/crewai/tools/tool_usage.py | 1 - 15 files changed, 329 insertions(+), 183 deletions(-) create mode 100644 docs/how-to/Create-Custom-Tools.md diff --git a/docs/core-concepts/Agents.md b/docs/core-concepts/Agents.md index 9c37e5c6a..f4a5d950b 100644 --- a/docs/core-concepts/Agents.md +++ b/docs/core-concepts/Agents.md @@ -10,30 +10,31 @@ description: What are crewAI Agents and how to use them.
  • Perform tasks
  • Make decisions
  • Communicate with other agents
  • +