Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

docs(community): add strands-arise plugin — self-evolving tools#715

Open
abekek wants to merge 1 commit into
strands-agents:mainfrom
abekek:add-strands-arise
Open

docs(community): add strands-arise plugin — self-evolving tools#715
abekek wants to merge 1 commit into
strands-agents:mainfrom
abekek:add-strands-arise

Conversation

@abekek

@abekek abekek commented Mar 29, 2026

Copy link
Copy Markdown

Summary

Adds strands-arise to the community plugins section — a Strands plugin that gives agents the ability to create their own tools at runtime.

ARISE (Adaptive Runtime Improvement through Self-Evolution) detects capability gaps from agent failures, synthesizes Python tools via LLM, validates them in a sandbox, and promotes them to the agent's tool registry — automatically.

  • Published on PyPI: pip install strands-arise
  • One-line integration: Agent(plugins=[ARISEPlugin(failure_threshold=3)])

Changes

  • Added src/content/docs/community/plugins/strands-arise.mdx with installation, usage, configuration, and references
  • Updated src/config/navigation.yml to include the new page under Community > Plugins

Related

  • Relates to #1680 (Autonomous Tool Discovery) — ARISE synthesizes tools from failure patterns rather than discovering existing ones
  • Relates to strands-agents/tools#390 (manage_tools) — ARISE automates the create/test/promote flow that manage_tools proposes as manual actions

@strands-agent

Copy link
Copy Markdown
Contributor

This repository has been merged into the strands-agents/harness-sdk monorepo and will be archived shortly. All new development happens there.

If this PR is still relevant, please recreate it against the monorepo. The code now lives under site/. Full commit history was preserved, so your base should be findable.

Apologies for the disruption, and thank you for contributing!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants