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
-**Dify Shell**: Uses `DIFY_API_KEY` and `DIFY_BASE_URL`
163
164
164
165
Please set the correct variable based on your Shell configuration. Check the Shell's documentation or the `executor/agents/` code for specific requirements.
165
166
@@ -190,11 +191,11 @@ graph TB
190
191
191
192
subgraph "🤖 Agent Layer"
192
193
Claude["🧠 Claude Code"]
193
-
Ango["💻 Agno"]
194
-
DifyPlanned["✨ Dify (Planned)"]
194
+
Agno["💻 Agno"]
195
+
Dify["✨ Dify"]
195
196
end
196
-
197
-
197
+
198
+
198
199
%% System Interactions
199
200
Frontend --> API
200
201
API --> Backend
@@ -203,11 +204,11 @@ graph TB
203
204
ExecutorManager --> Executor1
204
205
ExecutorManager --> Executor2
205
206
ExecutorManager --> ExecutorN
206
-
207
-
%% AI Program Integration (Currently only supports Claude Code)
0 commit comments