Skip to content

[skip-runtime-e2e] examples: add planning and connectors examples - #207

Open
Drifter-yh wants to merge 1 commit into
getaxonflow:mainfrom
Drifter-yh:examples/planning-connectors-146
Open

[skip-runtime-e2e] examples: add planning and connectors examples#207
Drifter-yh wants to merge 1 commit into
getaxonflow:mainfrom
Drifter-yh:examples/planning-connectors-146

Conversation

@Drifter-yh

Copy link
Copy Markdown

Summary

  • add a minimal planning example using generatePlan() and executePlan()
  • add a read-only connectors example using listConnectors()
  • follow the existing Java example layout and Maven setup

Testing

  • both example projects compile successfully
  • full Maven verify passes locally
  • live execution was not run because no local AxonFlow community stack was available; the planning example also requires an LLM provider as documented in the source

Skip-runtime-e2e justification

This PR only adds the two example directories requested in #146. The issue explicitly scopes integration.yml wiring as optional because the planning example requires an LLM provider that may not be available in CI. No SDK runtime behavior is changed.
Closes #146

Signed-off-by: Drifter <177202094+Drifter-yh@users.noreply.github.com>
@Drifter-yh
Drifter-yh marked this pull request as ready for review August 21, 2026 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

examples: add minimal planning + connectors example dirs

1 participant