Skip to main content

Overview

The AgentWorks BOM pins compatible versions of every library in the agent engineering stack — covering both io.github.markpollack and org.springaicommunity artifacts. Import it once and drop version tags from your dependency declarations.

Maven

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>io.github.markpollack</groupId>
            <artifactId>agentworks-bom</artifactId>
            <version>1.0.5</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

<!-- Then just: -->
<dependency>
    <groupId>io.github.markpollack</groupId>
    <artifactId>experiment-core</artifactId>
    <!-- version managed by BOM -->
</dependency>

Managed Artifacts

Agent Engineering (io.github.markpollack)

ArtifactVersionProject
agent-hooks-core0.5.0Agent Hooks
agent-hooks-spring0.5.0Agent Hooks
journal-core1.0.0Agent Journal
claude-code-capture1.0.0Agent Journal
workflow-api0.3.0Agent Workflow
workflow-core0.3.0Agent Workflow
workflow-tools0.3.0Agent Workflow
workflow-flows0.3.0Agent Workflow
workflow-agents0.3.0Agent Workflow
experiment-core0.1.0Agent Experiment
experiment-claude0.1.0Agent Experiment
loopy0.3.0Loopy

Community Libraries (org.springaicommunity)

ArtifactVersionProject
agent-judge-core0.9.1Agent Judge
agent-judge-llm0.9.1Agent Judge
agent-judge-exec0.9.1Agent Judge
agent-judge-file0.9.1Agent Judge
agent-sandbox-core0.9.1Agent Sandbox
agent-sandbox-docker0.9.1Agent Sandbox
agent-sandbox-e2b0.9.1Agent Sandbox
spring-ai-agent-utils0.7.0Spring AI Agent Utils
spring-testing-skills1.0.0Spring Testing Skills
claude-code-sdk1.0.0Claude Agent SDK

Agent Client (org.springaicommunity.agents)

ArtifactVersionProject
agent-client-core0.11.0Agent Client
agent-model0.11.0Agent Client
agent-claude0.11.0Agent Client
agent-gemini0.11.0Agent Client
agent-advisor-judge0.11.0Agent Client
agent-launcher0.11.0Agent Client
agent-starter-claude0.11.0Agent Client
agent-starter-gemini0.11.0Agent Client
agent-starter-amp0.11.0Agent Client
agent-starter-codex0.11.0Agent Client
agent-starter-amazon-q0.11.0Agent Client

Source

GitHub

BOM source and release coordination