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
> 📖 **Complete Operator Development Guide:** See [SE/operators.md](SE/operators.md) for comprehensive operator development documentation including architecture, examples, and best practices
139
+
155
140
### Batch Processing
156
141
157
142
```bash
@@ -163,6 +148,23 @@ sweagent run-batch \
163
148
--instances.slice :10
164
149
```
165
150
151
+
## 📚 Documentation
152
+
153
+
SE-Agent provides comprehensive documentation for different use cases:
154
+
155
+
| Document | Purpose | Audience |
156
+
|----------|---------|----------|
157
+
|[SE/README.md](SE/README.md)| SE Framework detailed guide | Developers & Researchers |
158
+
|[SE/operators.md](SE/operators.md)| Operator development guide | Advanced developers |
159
+
|[instruction.md](instruction.md)| Usage instructions & configuration | All users |
160
+
161
+
### Quick Navigation
162
+
163
+
-**🚀 Getting Started:** Follow the [Quick Start](#-quick-start) above
164
+
-**⚙️ Configuration:** See [instruction.md](instruction.md) for detailed setup
165
+
-**🔧 Development:** Check [SE/README.md](SE/README.md) for framework internals
166
+
-**🛠️ Custom Operators:** Refer to [SE/operators.md](SE/operators.md) for operator development
167
+
166
168
## 🏗️ Architecture Overview
167
169
168
170
SE-Agent consists of **three main components** working in harmony:
@@ -186,63 +188,48 @@ SE-Agent consists of **three main components** working in harmony:
-**🔧 SE Framework Guide:**[SE/README.md](SE/README.md) - Comprehensive SE framework documentation with testing, development workflow, and project structure
252
+
-**⚙️ Operator Development:**[SE/operators.md](SE/operators.md) - Complete operator development guide with architecture details and examples
0 commit comments