Skip to content

Create webhook_integration.py#123

Merged
Scottcjn merged 1 commit intoScottcjn:mainfrom
pengjiequan-create:pengjiequan-create-patch-1
Mar 5, 2026
Merged

Create webhook_integration.py#123
Scottcjn merged 1 commit intoScottcjn:mainfrom
pengjiequan-create:pengjiequan-create-patch-1

Conversation

@pengjiequan-create
Copy link
Contributor

Summary

Add webhook_integration.py example demonstrating complete webhook workflow for Beacon AI agents.

What This Example Shows

  • Starting a local webhook server
  • Sending signed envelopes between agents via webhook
  • Checking inbox for received messages
  • Running loopback tests without external dependencies
  • Working with agent cards

Value

Fills the gap between CLI usage (documented in README) and programmatic Python API usage. Helps developers understand how to integrate Beacon webhooks into their own applications.

Testing

  • Script syntax validated
  • Follows existing code style from other examples
  • Includes comprehensive docstrings and comments

Bounty

Claiming bounty for Submit a PR (#255)

Checklist

  • Focused on a single change
  • No unrelated modifications
  • Documentation included in script
  • Follows project coding standards

@github-actions github-actions bot added the size/L PR: 201-500 lines label Mar 5, 2026
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome to beacon-skill! Thanks for your first pull request.

Quick checklist:

  • Tests pass (pytest tests/)
  • New code includes SPDX license header
  • Focused on a single change

Bounty tiers: Micro (1-10 RTC) | Standard (20-50) | Major (75-100)

A maintainer will review your PR soon!

@Scottcjn Scottcjn merged commit 2c95a51 into Scottcjn:main Mar 5, 2026
2 checks passed
@Scottcjn
Copy link
Owner

Scottcjn commented Mar 5, 2026

Merged + paid 2 RTC to pengjiequan-create (pending 580). Webhook integration example helps new devs get started.

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

Labels

size/L PR: 201-500 lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants