agentscope-aiagentscope-aiOfficialยท15 Agent Skills Included

agentscope-java

Build production-ready AI agents in Java with enterprise tooling

Builds reactive, enterprise-grade AI agents in Java with tool calling, memory, planning, and multi-agent orchestration. Removes the pain of wiring LLM providers, session persistence, sandboxed tool execution, and permission controls by hand. Ships ready-made extensions for OpenAI, Anthropic, DashScope, Redis, schedulers, and chat channels so teams ship agents faster.
npx skills add agentscope-ai/agentscope-java --all -g -y

All Skills in This Repository (15)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
agentscope-aiagentscope-ai

data-analysis

Computes basic statistics and writes summaries for user-provided datasets.

Official
Basic
๐Ÿ“ฆ In Repo
agentscope-aiagentscope-ai

summarizer

Condenses provided content into three to five bullet-point key takeaways.

Official
Basic
๐Ÿ“ฆ In Repo
agentscope-aiagentscope-ai

triage-ticket

Classifies inbound customer tickets and drafts the first-response reply.

Official
Intermediate
๐Ÿ“ฆ In Repo
agentscope-aiagentscope-ai

synthesize-report

Generates citation-grounded Markdown reports from workspace source files.

Official
Intermediate
๐Ÿ“ฆ In Repo
agentscope-aiagentscope-ai

example-skill

Provides a starter template for authoring custom agent skill playbooks.

Official
Basic
๐Ÿ“ฆ In Repo
agentscope-aiagentscope-ai

code-search

Searches codebases with ripgrep regular expressions and git history queries.

Official
Basic
๐Ÿ“ฆ In Repo
agentscope-aiagentscope-ai

git-checkpoint

Creates git checkpoint commits before risky changes and rolls back failed edits.

Official
Basic
๐Ÿ“ฆ In Repo
agentscope-aiagentscope-ai

apply-patch

Applies multi-file code edits atomically using git apply with unified diffs.

Official
Basic
๐Ÿ“ฆ In Repo
agentscope-aiagentscope-ai

verify-changes

Runs project typecheck, build, lint, and targeted tests to verify code changes.

Official
Basic
๐Ÿ“ฆ In Repo
agentscope-aiagentscope-ai

chart-rendering

Generate matplotlib charts from tidy analysis results as PNG images with reproducible scripts.

Official
Intermediate
๐Ÿ“ฆ In Repo
agentscope-aiagentscope-ai

sql-analysis

Write, validate, and report SQL queries answering quantitative business questions.

Official
Intermediate
๐Ÿ“ฆ In Repo
agentscope-aiagentscope-ai

agentscope-java

Build AgentScope Java agents with reactive Mono/Flux workflows.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install AgentScope Java?โ–ผ

Run `npx skills add agentscope-ai/agentscope-java --all -g -y` in your terminal to install all skills in this suite globally.

What is AgentScope Java used for?โ–ผ

It is a Java framework for building production AI agents with tool calling, long-term memory, multi-agent orchestration, and sandboxed execution. It handles sessions, permissions, and distributed deployment out of the box.

Which LLM providers does AgentScope Java support?โ–ผ

It supports DashScope, OpenAI, Anthropic, Gemini, DeepSeek, and Ollama through pluggable extension modules. You switch providers by changing a single model string like dashscope:qwen-plus.

Does AgentScope Java work with Claude Code and Cursor?โ–ผ

Yes. The included SKILL.md follows the universal skill standard, so AI coding assistants like Claude Code and Cursor can generate correct AgentScope Java code automatically.

What Java version does AgentScope require?โ–ผ

AgentScope Java requires JDK 17 or higher and builds with Maven or Gradle. Dependencies are published on Maven Central under the io.agentscope group.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’