> ## Documentation Index
> Fetch the complete documentation index at: https://aegean.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Behavioral Planning

> High-level decision making for autonomous agents.

<Note>
  This page is under construction. Content coming soon.
</Note>

Behavioral planning deals with high-level decision making for autonomous agents, determining what actions to take at a strategic level before motion planning handles the detailed trajectory.

## Key Concepts

* **Finite State Machines (FSM)**: State-based behavior selection
* **Behavior Trees**: Hierarchical task decomposition
* **Decision Making Under Uncertainty**: Handling partial observability
* **Rule-Based Systems**: Condition-action pairs for reactive behaviors

***

<Callout icon="pen-to-square" iconType="regular">
  [Edit this page on GitHub](https://github.com/aegean-ai/eaia/edit/main/src/aiml-common/lectures/planning/local-planning/behavioral-planning/index.mdx) or [file an issue](https://github.com/aegean-ai/eaia/issues/new/choose).
</Callout>
