You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-19Lines changed: 21 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Simply provide your agent **workflow**, training **dataset**, and **reward** fun
16
16
17
17
18
18
19
-
## 💡 Minimum Example
19
+
## 🛩️ Minimum Example
20
20
21
21
Let's begin with the simplest example: a math agent with a tool call.
22
22
@@ -30,7 +30,7 @@ Let's begin with the simplest example: a math agent with a tool call.
30
30
```
31
31
32
32
33
-
## Features
33
+
## 🛩️ Features
34
34
35
35
We aim to build a easy-to-learn Agent tuner that unlock more possibilities for agent developers:
36
36
@@ -48,7 +48,7 @@ For advanced researchers, AgentJet also provides high-resolution logging and deb
48
48
49
49
---
50
50
51
-
### 🚀 Quick Start
51
+
### 🛩️ Quick Start
52
52
53
53
#### Installation
54
54
@@ -76,7 +76,7 @@ Explore our rich library of examples to kickstart your journey:
76
76
77
77
---
78
78
79
-
### 🧩 Core Concepts
79
+
### 🛩️ Core Concepts
80
80
81
81
AgentJet makes agent fine-tuning straightforward by separating the developer interface from the internal execution logic.
82
82
@@ -107,23 +107,25 @@ The internal system orchestrates several specialized modules to handle the compl
107
107
108
108
109
109
110
-
### 🚦 Navigation
110
+
### 🛩️ Navigation
111
111
112
-
*📖 **Tutorials**: From [Installation](https://doc.agentjet.top/AgentJet/en/installation) to [Tuning your first agent](https://doc.agentjet.top/AgentJet/en/tune_your_first_agent) — the essential path for beginners.
113
-
*🛠️ **Core Components**: Define your [Trainable Workflow](https://doc.agentjet.top/AgentJet/en/workflow) and manage [Data](https://doc.agentjet.top/AgentJet/en/data_pipeline) and [Reward](https://doc.agentjet.top/AgentJet/en/task_judger).
114
-
*💡 **Example**: Check the [Example Library](#example-library) above for real-world cases like [Math](https://doc.agentjet.top/AgentJet/en/example_math_agent), [Werewolves game](https://doc.agentjet.top/AgentJet/en/example_werewolves) and [Learning to ask task](https://doc.agentjet.top/AgentJet/en/example_learning_to_ask).
***Tutorials**: From [Installation](https://doc.agentjet.top/AgentJet/en/installation) to [Tuning your first agent](https://doc.agentjet.top/AgentJet/en/tune_your_first_agent) — the essential path for beginners.
113
+
***Core Components**: Define your [Trainable Workflow](https://doc.agentjet.top/AgentJet/en/workflow) and manage [Data](https://doc.agentjet.top/AgentJet/en/data_pipeline) and [Reward](https://doc.agentjet.top/AgentJet/en/task_judger).
114
+
***Example**: Check the [Example Library](#example-library) above for real-world cases like [Math](https://doc.agentjet.top/AgentJet/en/example_math_agent), [Werewolves game](https://doc.agentjet.top/AgentJet/en/example_werewolves) and [Learning to ask task](https://doc.agentjet.top/AgentJet/en/example_learning_to_ask).
0 commit comments