You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ GenSphere is framework to build LLM applications by declaring tasks and how they
16
16
17
17
### 1. Agents from prompts:
18
18
19
-
Because the YAML files are an economical description of workflow logics, which abstract away the execution code, one can use LLMs themselves to generate those files from high-level prompts. This opens the possibility of building full-fledged text-to-agents workflows. [Check this colab notebook](https://github.com/octopus2023-inc/gensphere/blob/main/examples/agentic_workflows_from_prompts.ipynb)
19
+
Because the YAML files are an economical description of workflow logic, which abstract away the execution code, one can use LLMs themselves to generate those files from high-level prompts. The LLM will spend their output tokens and brainpower fully on implementing the workflow logic instead of writing code. This opens the possibility of building full-fledged text-to-agents workflows. [Check this colab notebook](https://github.com/octopus2023-inc/gensphere/blob/main/examples/agentic_workflows_from_prompts.ipynb)
0 commit comments