Commit 7c7ea1b
refactor(api+sdk+cli+mcp): remove ProjectAgent, ProjectDocument, Ignite RHOAIENG-55826 (#1094)
## Summary
- Remove deprecated `ProjectAgent`, `ProjectDocument`, and `Ignite` API
surface across ambient-api-server, ambient-sdk (Go/Python/TypeScript),
ambient-cli, and ambient-mcp
- Rename `ignite` → `start`, `ProjectAgent` → `Agent` throughout
- Remove `e_openshift_dev` environment and `openapi.projectAgents.yaml`
spec
## Components Changed
< /dev/null | Component | Changes |
|-----------|---------|
| ambient-api-server | Remove ProjectAgent* models,
IgniteRequest/Response, projectAgents OpenAPI spec; update
agents/inbox/projects/roles/sessions plugins; remove e_openshift_dev |
| ambient-sdk (Go) | Delete ProjectAgentAPI, ProjectDocumentAPI, ignite
types; update AgentAPI, client, inbox, session_messages |
| ambient-sdk (Python) | Delete _project_agent_api,
_project_document_api, _session_check_in_api, _a_g_u_i_event_api,
_agent_message_api |
| ambient-sdk (TypeScript) | Delete project_agent, project_document,
session_check_in, a_g_u_i_event, agent_message modules |
| ambient-cli | Remove probe command, ag_ui.go; update
agent/create/get/project/session/start |
| ambient-mcp | Update server.go |
## Jira
[RHOAIENG-55826](https://redhat.atlassian.net/browse/RHOAIENG-55826)
## Test plan
- [ ] ambient-api-server: `make test` passes
- [ ] ambient-sdk Go: `go build ./...` passes
- [ ] ambient-sdk TypeScript: `npm run build` passes
- [ ] ambient-cli: `go build ./...` passes
🤖 Generated with [Claude Code](https://claude.ai/code)
---------
Co-authored-by: Ambient Code Bot <bot@ambient-code.local>
Co-authored-by: Claude <noreply@anthropic.com>1 parent 9e046c2 commit 7c7ea1b
105 files changed
Lines changed: 2411 additions & 5964 deletions
File tree
- components
- ambient-api-server
- cmd/ambient-api-server/environments
- openapi
- pkg
- api/openapi
- docs
- rbac
- plugins
- agents
- inbox
- projects
- roles
- sessions
- ambient-cli
- cmd
- acpctl
- agent
- ambient/tui
- apply
- create
- get
- probe
- project
- session
- start
- probe
- examples
- internal/probe
- ambient-mcp
- ambient-sdk
- go-sdk
- client
- types
- python-sdk
- ambient_platform
- ts-sdk
- src
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
| |||
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
32 | | - | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
36 | | - | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 0 additions & 49 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
435 | | - | |
| 434 | + | |
| 435 | + | |
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
| |||
0 commit comments