Skip to content

Commit e186871

Browse files
Update README.md
1 parent 4cd3be7 commit e186871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ GenSphere is framework to build LLM applications by declaring tasks and how they
1616

1717
### 1. Agents from prompts:
1818

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)
2020

2121
### 2. Low-level control
2222

0 commit comments

Comments
 (0)