Skip to main content

Community plugins for Soothe agent orchestration framework

Project description

Soothe Community Plugins

Standalone community plugins package for the Soothe agent orchestration framework.

Installation

pip install soothe-community

Available Plugins

Sample Echo

Minimal echo subagent for testing soothe-community integration. See CONTRIBUTING.md for plugin development guide.

BrowserUse and Claude Code

Delegated browser-use and Claude agent SDK subagents (IG-415). Install with pip install "soothe-community[browser_use]" or "soothe-community[claude]" and enable subagents.browser_use / subagents.claude in config. Spec: docs/RFC-601-community-agents.md.

PaperScout

ArXiv paper recommendation agent that delivers personalized daily paper recommendations.

Features:

  • Fetches papers from ArXiv based on configurable categories
  • Analyzes your Zotero library to understand research interests
  • Ranks papers by relevance using sentence embeddings
  • Sends daily email digests with TLDR summaries

Configuration (add to your Soothe config.yml):

subagents:
  paperscout:
    enabled: true
    model: "openai:gpt-4o-mini"
    config:
      arxiv_categories:
        - cs.AI
        - cs.CV
        - cs.LG
      max_papers: 25
      smtp:
        host: "${SMTP_HOST}"
        port: 587
        user: "${SMTP_USER}"
        password: "${SMTP_PASSWORD}"
      zotero:
        api_key: "${ZOTERO_API_KEY}"
        library_id: "${ZOTERO_LIBRARY_ID}"

Usage:

# Use the subagent via TUI (default)
soothe "Find recent papers on transformers" --subagent paperscout

# Or use in headless mode
soothe "Find recent papers on transformers" --subagent paperscout --no-tui

Extensibility

This package is designed for extensibility. You can easily add new community plugins:

Available Plugin Types

  1. Subagent Plugins: Complex multi-step agents using langgraph
  2. Tool Plugins: Simple functions exposed as tools
  3. Hybrid Plugins: Both subagents and tools

Future Plugins

The package structure supports adding new plugins:

src/soothe_community/
├── sample_echo/        # Minimal test subagent (example plugin)
├── paperscout/         # ArXiv paper recommendations
├── [your_plugin]/      # Your future plugin
└── [another_plugin]/   # Another future plugin

See CONTRIBUTING.md for detailed guidelines on adding new plugins.

Plugin Template

Use the provided template to create new plugins:

cp -r src/soothe_community/.plugin_template src/soothe_community/your_plugin

Development

Setup

# Clone the repository
git clone https://github.com/OpenSoothe/soothe-community.git
cd soothe-community

# Install in development mode
pip install -e ".[dev]"

Testing

# Run all tests
pytest tests/

# Run specific plugin tests
pytest tests/test_paperscout/

# With coverage
pytest tests/ --cov=src/soothe_community

Code Quality

# Format code
ruff format src/ tests/

# Lint code
ruff check --fix src/ tests/

Documentation

  • README.md: This file - overview and quick start
  • CONTRIBUTING.md: How to add new plugins
  • docs/RFC-601-community-agents.md: Architecture RFC for community agents
  • src/soothe_community/.plugin_template/: Template for new plugins

Architecture

Each plugin follows the RFC-0018 plugin system:

Plugin Package
├── __init__.py          # @plugin, @subagent, @tool decorators
├── events.py            # Custom events (optional)
├── models.py            # Data models
├── state.py             # Agent state (if subagent)
├── implementation.py    # Core logic
└── README.md            # Plugin documentation

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

soothe_community-0.2.4.tar.gz (467.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

soothe_community-0.2.4-py3-none-any.whl (83.5 kB view details)

Uploaded Python 3

File details

Details for the file soothe_community-0.2.4.tar.gz.

File metadata

  • Download URL: soothe_community-0.2.4.tar.gz
  • Upload date:
  • Size: 467.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for soothe_community-0.2.4.tar.gz
Algorithm Hash digest
SHA256 d5fb0b956dc725eb98af58be99cb3d5a5912fde4e0772c6e2ac4e45e566ee49f
MD5 307fa6e59286d8d818ebd8a2fbd5d06e
BLAKE2b-256 e592a7a5e4eba2a0b1e1d57e4801099237a21b75b191ee304ba49eeccc4e5432

See more details on using hashes here.

Provenance

The following attestation bundles were made for soothe_community-0.2.4.tar.gz:

Publisher: release.yml on mirasoth/soothe-community

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file soothe_community-0.2.4-py3-none-any.whl.

File metadata

File hashes

Hashes for soothe_community-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 19018fe34f8a075c9f09270d45a08b93a6552473eb8c6321d1874351b9a201e7
MD5 b3850754444165e52343b78017174be0
BLAKE2b-256 a1f89185efdc0524a7554b91403c7920b299e5c51cd975f49ef6d6790f747a71

See more details on using hashes here.

Provenance

The following attestation bundles were made for soothe_community-0.2.4-py3-none-any.whl:

Publisher: release.yml on mirasoth/soothe-community

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page