Skip to content

Commit efffb12

Browse files
Update README.md
1 parent a5e53fa commit efffb12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Check the [medium article here](https://medium.com/p/182fd2a70e3e). GenSphere is
1414

1515
GenSphere is framework to build LLM applications by declaring tasks and how they connect on YAML files. That unlocks a ton of features, including:
1616

17-
### 1. Text-to-agent:
17+
### 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 generation those files from high-level prompts. This opens the possibility of building full-fledged text-to-agents workflows.
19+
Because the YAML files are an economical description of workflow logics, which abstract away the execution code, one can use LLMs themselves generation 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)
2020

2121
### 2. Low-level control
2222

0 commit comments

Comments
 (0)