Skip to content

Remove references to deprecated features in Asciidoc and KDOC#1743

Merged
igordayen merged 1 commit into
mainfrom
documentation-clean-up
Jun 28, 2026
Merged

Remove references to deprecated features in Asciidoc and KDOC#1743
igordayen merged 1 commit into
mainfrom
documentation-clean-up

Conversation

@igordayen

Copy link
Copy Markdown
Contributor

Summary of Changes

Documentation

  • Updated embabel-agent-docs/src/main/asciidoc/reference/diagrams/architecture/ embabel_agent_platform_model.dot

    • Replaced deprecated @AgentCapabilities diagram label with @EmbabelComponent.
  • Updated embabel-agent-docs/src/main/asciidoc/reference/rag/page.adoc

    • Replaced deprecated com.embabel.agent.rag.filter.PropertyFilter imports with
      com.embabel.agent.filter.PropertyFilter.
    • Updated Kotlin companion imports for eq, gte, and ne to use the current PropertyFilter package.
  • Updated embabel-agent-docs/src/main/asciidoc/reference/tools/page.adoc references to deprecated param removeOnInvoke

    • Removed removeOnInvoke = false from fromToolObject() examples.
    • Replaced MCP facade-removal examples with current unfoldingByName(...) usage that omits
      removeOnInvoke.
    • Clarified that MCP-backed UnfoldingTool facades are always replaced after invocation and passing
      deprecated removeOnInvoke has no effect.

API/KDoc

  • Updated embabel-agent-api/src/main/kotlin/com/embabel/agent/api/annotation/LlmTool.kt

    • Updated KDoc to reference UnfoldingTools instead of deprecated MatryoshkaTools.
  • Updated embabel-agent-api/src/main/kotlin/com/embabel/agent/api/annotation/annotations.kt

    • Updated KDoc to say @Agent should not be combined with @EmbabelComponent.
  • Updated embabel-agent-api/src/main/kotlin/com/embabel/agent/spi/loop/support/ParallelToolLoop.kt

    • Removed @ApiStatus.Experimental.
    • Updated KDoc to no longer describe ParallelToolLoop as experimental.

@igordayen igordayen requested a review from jasperblues June 28, 2026 01:01
@sonarqubecloud

Copy link
Copy Markdown

@igordayen igordayen merged commit 9af788e into main Jun 28, 2026
17 checks passed
@igordayen igordayen deleted the documentation-clean-up branch June 28, 2026 01:29
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.

1 participant