Commit e085dd7
committed
feat(autoagents): enable experimental feature in cloud installation script
Update install-codegraph-cloud.sh to include autoagents-experimental:
- Add autoagents-experimental to FEATURE_FLAGS
- Update feature flag documentation comment
- Add AutoAgents to success message features list
Cloud installations will now include:
- AutoAgents ReAct framework integration
- All 7 agentic MCP tools using AutoAgents
- Tier-aware prompting with AutoAgents
- Experimental status clearly marked (🔬 EXPERIMENTAL)
Users can verify AutoAgents is active by checking server logs for
"🎯 AutoAgents" instead of "🎯 Agentic" when running agentic tools.
Completes AutoAgents integration for cloud deployment path.1 parent 7ca5d14 commit e085dd7
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| 127 | + | |
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
| |||
0 commit comments