Skip to content

Commit

Permalink
Merge pull request #94 from XeonHis/main
Browse files Browse the repository at this point in the history
fix incorrect reference to dnc README
  • Loading branch information
XeonHis authored Nov 22, 2024
2 parents 21f492f + df1068f commit 4fbb2be
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 @@ -183,7 +183,7 @@ We provide exemplary projects to demonstrate the construction of intelligent age

4. [step4_outfit_with_ltm](./examples/step4_outfit_with_ltm) exemplifies using OmAgent to create an agent equipped with long-term memory. Detailed tutorial can be found [here](docs/examples/outfit_with_ltm.md).

5. [dnc_loop](./examples/general_dnc) demonstrates the development of an agent utilizing the DnC algorithm to tackle complex problems. Detailed tutorial can be found [here](docs/examples/dnc_loop.md).
5. [dnc_loop](./examples/general_dnc) demonstrates the development of an agent utilizing the DnC algorithm to tackle complex problems. Detailed tutorial can be found [here](docs/examples/DnC.md).

6. [video_understanding](./examples/video_understanding) showcases the creation of a video understanding agent for interpreting video content using OmAgent. Detailed tutorial can be found [here](docs/examples/video_understanding.md).

Expand Down

0 comments on commit 4fbb2be

Please sign in to comment.