Skip to content

Chore: version and other metadata changes#6

Merged
bordumb merged 23 commits intomainfrom
feat/server-github-toolset
Jan 25, 2026
Merged

Chore: version and other metadata changes#6
bordumb merged 23 commits intomainfrom
feat/server-github-toolset

Conversation

@bordumb
Copy link
Contributor

@bordumb bordumb commented Jan 25, 2026

No description provided.

bordumb and others added 23 commits January 24, 2026 21:48
Add production-ready infrastructure for Bond agents:

## Server Module (bond.server)
- SSE and WebSocket streaming endpoints
- Session management with history
- CORS support and configuration
- Health check endpoint

## GitHub Toolset (bond.tools.github)
- 6 tools: get_repo, list_files, read_file, search_code, get_commits, get_pr
- GitHubAdapter with rate limit handling
- GitHubProtocol for backend flexibility

## Composite Dependencies (BondToolDeps)
- Single deps object for multiple toolsets
- Lazy adapter initialization
- Supports GitHub + GitHunter together

## Documentation
- guides/streaming-server.md - SSE/WebSocket integration
- guides/github.md - GitHub toolset usage

## Tests
- 36 new tests for server and GitHub modules

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Option 1: Using bond.server with wrapper endpoint for UI
- Option 2: Custom SSE endpoint (simpler)
- SSE event format reference
- Future roadmap for full session-based integration

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add GitHub toolset to test server with BondToolDeps
- Fix SSE streaming race condition by using synchronous queue operations
- Fix tool event emission from PydanticAI message history
- Add justfile for easy demo setup (just demo, just demo-stop, etc.)
- Fix useBondServer complete event handling order
- Add rate limit handling instructions to agent
- Reduce max_retries to prevent rate limit loops

The tool visualization now works correctly - tool blocks show
arguments and results similar to the demo mode.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- ruff format: now auto-formats instead of --check
- ruff lint: now uses --fix to auto-fix fixable issues
- mypy: unchanged (cannot auto-fix type errors)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Fix mkdocs --strict warnings:
- Create docs/api/server.md for server module API reference
- Add GitHub Toolset section to docs/api/tools.md
- Add Server to mkdocs.yml navigation

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bordumb bordumb self-assigned this Jan 25, 2026
@bordumb bordumb merged commit e517200 into main Jan 25, 2026
5 checks passed
@bordumb bordumb deleted the feat/server-github-toolset branch January 25, 2026 01:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant