Commit cb02ecb
Add InstanceImpl class for multi-bot support
Implement InstanceImpl class that manages multiple bots sharing a single
Federation instance. The class supports:
- Static bot creation with fixed identifier and profile
- Dynamic bot creation with dispatcher function for on-demand resolution
- Shared dispatchers that route to the correct bot based on identifier
- Inbox routing to delegate activities to the appropriate bot handlers
- Repository scanning for object ownership lookup
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent c5b865e commit cb02ecb
1 file changed
+813
-0
lines changed
0 commit comments