Skip to content

Commit 103c151

Browse files
Merge pull request #124 from anticomputer/anticomputer/readme-updates
Fix relative links in README.md
2 parents 5a422a3 + 5f9b977 commit 103c151

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
@@ -16,7 +16,7 @@ Agents are defined through [personalities](examples/personalities/), that receiv
1616

1717
Agents can cooperate to complete sequences of tasks through so-called [taskflows](doc/GRAMMAR.md).
1818

19-
You can find a detailed overview of the taskflow grammar [here](taskflows/GRAMMAR.md) and example taskflows [here](examples/taskflows/).
19+
You can find a detailed overview of the taskflow grammar [here](doc/GRAMMAR.md) and example taskflows [here](examples/taskflows/).
2020

2121
## Use Cases and Examples
2222

@@ -394,7 +394,7 @@ taskflow:
394394
395395
Taskflows support [Agent handoffs](https://openai.github.io/openai-agents-python/handoffs/). Handoffs are useful for implementing triage patterns where the primary Agent can decide to handoff a task to any subsequent Agents in the `Agents` list.
396396

397-
See the [taskflow examples](taskflows/examples) for other useful Taskflow patterns such as repeatable and asynchronous templated prompts.
397+
See the [taskflow examples](examples/taskflows) for other useful Taskflow patterns such as repeatable and asynchronous templated prompts.
398398

399399

400400
You can run a taskflow from the command line like this:

0 commit comments

Comments
 (0)