Commit 898c888
committed
feat: kagenti integration PoC
- Replace Docker/registry-based providers with network-only providers
- Add kagenti agent sync cron and provider health check refresh
- Expose otel-collector via HTTPRoute for local agent telemetry
- Upgrade Phoenix image to 12.31.2 for GraphQL API compatibility
- Fix server traces reaching otel-collector (port 4318→8335)
- Set default OTEL endpoint in Python SDK for local deployments
- Simplify provider model: ProviderState (online/offline) replaces
ProviderType/ProviderStatus/ProviderUnmanagedStatus
- Remove Docker image labels, GitHub version resolving, provider builds
- Fix checkbox selection UX in agent remove command
Signed-off-by: Radek Ježek <radek.jezek@ibm.com>1 parent 96a28d4 commit 898c888
File tree
149 files changed
+2760
-7111
lines changed- apps
- agentstack-cli/src/agentstack_cli
- commands
- data/k8s
- agentstack-sdk-py/src/agentstack_sdk
- a2a/extensions/services
- platform
- server
- agentstack-sdk-ts/src
- client/api
- common
- core
- provider-builds
- providers
- experimental/server/core/config
- agentstack-server
- src/agentstack_server
- api
- auth
- routes
- schema
- domain
- models
- repositories
- infrastructure
- kagenti
- kubernetes
- default_templates
- persistence
- migrations/alembic/versions
- repositories
- jobs
- crons
- tasks
- service_layer
- services
- utils
- tests
- e2e
- agents
- routes
- integration
- persistence/repositories
- utils
- unit
- domain/models
- utils
- agentstack-ui
- src
- modules
- agents
- api/queries
- components/import
- hooks
- provider-builds/api
- mutations
- queries
- runs/components
- utils
- microshift-vm/rootfs/etc
- containers/registries.conf.d
- systemd/system
- docs
- development
- agent-integration
- reference
- stable
- agent-integration
- reference
- helm
- .claude
- templates
- agent
- collector
- config
- keycloak
- registry
- ui
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
149 files changed
+2760
-7111
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 45 | + | |
49 | 46 | | |
50 | 47 | | |
51 | 48 | | |
| |||
105 | 102 | | |
106 | 103 | | |
107 | 104 | | |
108 | | - | |
109 | 105 | | |
110 | 106 | | |
111 | 107 | | |
| |||
128 | 124 | | |
129 | 125 | | |
130 | 126 | | |
| 127 | + | |
| 128 | + | |
131 | 129 | | |
132 | 130 | | |
133 | 131 | | |
| |||
158 | 156 | | |
159 | 157 | | |
160 | 158 | | |
161 | | - | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
| 159 | + | |
158 | 160 | | |
159 | 161 | | |
160 | 162 | | |
161 | | - | |
| 163 | + | |
162 | 164 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
158 | 203 | | |
159 | 204 | | |
160 | 205 | | |
| |||
0 commit comments