aboutsummaryrefslogtreecommitdiff
path: root/docs/content/AutoGPT/component agent/advanced.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/AutoGPT/component agent/advanced.md')
-rw-r--r--docs/content/AutoGPT/component agent/advanced.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/content/AutoGPT/component agent/advanced.md b/docs/content/AutoGPT/component agent/advanced.md
new file mode 100644
index 000000000..090b811c2
--- /dev/null
+++ b/docs/content/AutoGPT/component agent/advanced.md
@@ -0,0 +1,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` \ No newline at end of file