aboutsummaryrefslogtreecommitdiff
path: root/docs/content/AutoGPT/components/advanced.md
blob: 2f4513c27d2ccfeb8a3f3bc3d17951db5d8f63ab (plain)
1
2
3
4
5
6
7
8
9
10
11
# Advanced Components

## General

Debugging may be easier because we can inspect the exact components that were called and where the pipeline failed (current WIP pipeline):

![Modular Pipeline](../../imgs/modular-pipeline.png)

Also that makes it possible to call component/pipeline/function again when failed and recover.

If it's necessary to get a component in a random place, agent provides generic, type safe `get_component(type[T]) -> T | None`