diff --git a/README.md b/README.md index 11896ca79..64bbf407c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [English](README.md) | [中文翻译](README-CN.md) | [日本語翻訳](README-JA.md) | [French](README-FR.md) -
+
julep
@@ -66,6 +66,8 @@ Exciting news! We're participating in DevFest.AI throughout October 2024! 🗓

📖 Table of Contents

+- [🌟 Call for Contributors!](#-call-for-contributors) + - [🎉 DevFest.AI October 2024](#-devfestai-october-2024) - [Introduction](#introduction) - [Quick Example](#quick-example) - [Key Features](#key-features) @@ -89,6 +91,11 @@ Exciting news! We're participating in DevFest.AI throughout October 2024! 🗓 - [Concepts](#concepts) - [Understanding Tasks](#understanding-tasks) - [Types of Workflow Steps](#types-of-workflow-steps) + - [Common Steps](#common-steps) + - [Key-Value Steps](#key-value-steps) + - [Iteration Steps](#iteration-steps) + - [Conditional Steps](#conditional-steps) + - [Other Control Flow](#other-control-flow) - [Tool Types](#tool-types) - [User-defined `function`s](#user-defined-functions) - [`system` tools](#system-tools) @@ -1078,7 +1085,7 @@ Explore our comprehensive API documentation to learn more about agents, tasks, a - [Executions API](https://api.julep.ai/api/docs#tag/executions) -
+
Back to Top