Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
octopus2023-inc authored Nov 10, 2024
1 parent 605fbf3 commit 4cd3be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GenSphere is framework to build LLM applications by declaring tasks and how they

### 1. Agents from prompts:

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

### 2. Low-level control

Expand Down

0 comments on commit 4cd3be7

Please sign in to comment.