aboutsummaryrefslogtreecommitdiff
path: root/docs/content/AutoGPT/component agent/advanced.md
blob: 090b811c2e37f5b2fa2c2b5a6f3c11e2eb8bada7 (plain)
1
2
3
4
5
6
7
8
### Other stuff
Debugging may be easier because we can inspect the exact components that were called and where the pipeline failed (current WIP 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`