Skip to content

Commit 4b28c9b

Browse files
committed
update README to enhance section headings with airplane emoji
1 parent 6d4849a commit 4b28c9b

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed

README.md

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Simply provide your agent **workflow**, training **dataset**, and **reward** fun
1616

1717

1818

19-
## 💡 Minimum Example
19+
## 🛩️ Minimum Example
2020

2121
Let's begin with the simplest example: a math agent with a tool call.
2222

@@ -30,7 +30,7 @@ Let's begin with the simplest example: a math agent with a tool call.
3030
```
3131

3232

33-
## Features
33+
## 🛩️ Features
3434

3535
We aim to build a easy-to-learn Agent tuner that unlock more possibilities for agent developers:
3636

@@ -48,7 +48,7 @@ For advanced researchers, AgentJet also provides high-resolution logging and deb
4848

4949
---
5050

51-
### 🚀 Quick Start
51+
### 🛩️ Quick Start
5252

5353
#### Installation
5454

@@ -76,7 +76,7 @@ Explore our rich library of examples to kickstart your journey:
7676

7777
---
7878

79-
### 🧩 Core Concepts
79+
### 🛩️ Core Concepts
8080

8181
AgentJet makes agent fine-tuning straightforward by separating the developer interface from the internal execution logic.
8282

@@ -107,23 +107,25 @@ The internal system orchestrates several specialized modules to handle the compl
107107

108108

109109

110-
### 🚦 Navigation
110+
### 🛩️ Navigation
111111

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).
115-
* ⚙️ **Deep Dive**: Master advanced [Configuration](https://doc.agentjet.top/AgentJet/en/configuration).
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).
115+
* **Deep Dive**: Master advanced [Configuration](https://doc.agentjet.top/AgentJet/en/configuration).
116116

117-
## 🗺️ Roadmap
117+
## 🛩️ Roadmap
118118

119119
AgentJet is a constantly evolving project. We are planning to add the following features in the near future.
120120

121-
- [ ] Advanced LLM-based multi-agent reinforcement learning.
122-
- [ ] Training dataset generation from few-shot samples.
123-
- [ ] Prompt tuning.
124-
- [ ] Multi-modal training support.
125-
- [ ] Cross-process Tuner wrapper to pass though process forking.
126-
- [ ] Providing training → user feedback → data augmentation → retraining data flywheel example.
127-
- [ ] Optimize configurations for long-context adaptation on smaller GPUs.
128-
- [ ] Add LoRA training examples.
129-
- [ ] Covering LangGraph and AutoGen frameworks.
121+
| Category | Feature | Status |
122+
| :--- | :--- | :--- |
123+
| **Examples** | Covering LangGraph and AutoGen frameworks | Done & Verifying |
124+
| **Examples** | Add LoRA training examples | Todo |
125+
| **Infra** | Cross-process Tuner wrapper to pass though process forking | Done & Verifying |
126+
| **Infra** | Optimize configurations for long-context adaptation on smaller GPUs | In Progress |
127+
| **Capability** | Prompt tuning | In Progress |
128+
| **Capability** | Multi-modal training support | Todo |
129+
| **Capability** | MARL Credit assignment | Todo |
130+
| **Data Automation** | Training dataset generation from few-shot samples | Done & Verifying |
131+
| **Data Automation** | Providing training → user feedback → data augmentation → retraining data flywheel example | Done & Verifying |

0 commit comments

Comments
 (0)