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
+95-30Lines changed: 95 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,48 +70,113 @@ host(agent) # HTTP server + P2P relay - other agents can now discover and call
70
70
71
71
## ✨ Why ConnectOnion?
72
72
73
-
<table>
74
-
<tr>
75
-
<tdwidth="33%">
73
+
Most frameworks give you a way to call LLMs. ConnectOnion gives you everything around it — so you only write prompt and tools.
76
74
77
-
### 🎯 **Simple API**
78
-
Just one `Agent` class. Your functions become tools automatically. Start in 2 lines, not 200.
75
+
### Built-in AI Programmer
79
76
80
-
</td>
81
-
<tdwidth="33%">
77
+
```bash
78
+
co ai # Opens a chat interface with an AI that deeply understands ConnectOnion
79
+
```
80
+
81
+
`co ai` is an AI coding assistant built *with* ConnectOnion. It writes working agent code because it knows the framework inside out. Fully open-source — inspect it, modify it, build your own.
82
+
83
+
### Built-in Frontend & Backend — Just Write Prompt and Tools
0 commit comments