agentscope-java
Build production-ready AI agents in Java with enterprise tooling
All Skills in This Repository (15)
Pure Emerald Level Indicatorsdata-analysis
Computes basic statistics and writes summaries for user-provided datasets.
summarizer
Condenses provided content into three to five bullet-point key takeaways.
triage-ticket
Classifies inbound customer tickets and drafts the first-response reply.
synthesize-report
Generates citation-grounded Markdown reports from workspace source files.
example-skill
Provides a starter template for authoring custom agent skill playbooks.
code-search
Searches codebases with ripgrep regular expressions and git history queries.
git-checkpoint
Creates git checkpoint commits before risky changes and rolls back failed edits.
apply-patch
Applies multi-file code edits atomically using git apply with unified diffs.
verify-changes
Runs project typecheck, build, lint, and targeted tests to verify code changes.
chart-rendering
Generate matplotlib charts from tidy analysis results as PNG images with reproducible scripts.
sql-analysis
Write, validate, and report SQL queries answering quantitative business questions.
agentscope-java
Build AgentScope Java agents with reactive Mono/Flux workflows.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core