Commit 0413dab
committed
refactor: rename conductor-ai-examples to agent-examples, conductor-ai-e2e to e2e; drop shim modules
Removes the source-less publishing shims java-sdk
(org.conductoross:java-sdk), orkes-client
(io.orkes.conductor:orkes-conductor-client) and orkes-spring
(io.orkes.conductor:orkes-conductor-client-spring) — consumers should
depend on conductor-client / conductor-client-spring directly. The SDK
guides that lived in java-sdk/ move to docs/. harness drops its
redundant :orkes-client dependency (it already depends on
:conductor-client, which the shim merely re-exported).1 parent 916d772 commit 0413dab
200 files changed
Lines changed: 21 additions & 135 deletions
File tree
- .github/workflows
- agent-examples
- src/main/java/org/conductoross/conductor/ai/examples
- adk
- langchain
- langgraph
- openai
- docs
- e2e
- src/test/java
- examples/old
- harness
- java-sdk
- orkes-client
- orkes-spring
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 | | |
6 | 6 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
| 121 | + | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments