Integration Overview

This section collects the AgentScope Java extensions that connect to third-party systems and ecosystem services. Each extension is an independent Maven module under agentscope-extensions/ — pull in only what you need.

The extensions are grouped by topic:

Memory

Persist user preferences and facts across sessions. All implementations satisfy the LongTermMemory interface.

Session

Persist runtime state (Memory, Workspace, Plan, …) into a database or cache.

RAG Knowledge Base

Plug different retrieval backends behind the unified Knowledge interface.

Skill Repository

Multiple storage implementations of AgentSkillRepository.

Agent Protocols

Standardized ways for the Agent to talk to the outside world.

Infrastructure / Middleware

Plug Agents into your enterprise infrastructure.

Ecosystem

Runtime, language, debugging, and training extensions.

Note

For Spring Boot users, most of the above extensions ship a matching agentscope-spring-boot-starter-* for one-line integration that removes the manual wiring.