Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/get-started/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ powerful and flexible. Here are the essentials:
files or binary data (like images, PDFs) associated with a session or user.
* **Code Execution:** The ability for agents (usually via Tools) to generate and
execute code to perform complex calculations or actions.
* **Planning:** An advanced capability where agents can break down complex goals
* **[Planning](../agents/llm-agents.md#planning-with-planner):** An advanced capability where agents can break down complex goals
into smaller steps and plan how to achieve them like a ReAct planner.
* **Models:** The underlying LLM that powers `LlmAgent`s, enabling their
reasoning and language understanding abilities.
Expand Down