Skip to content

feat: initialize foundation and hybrid gRPC core loop#2

Merged
MrBT-nano merged 11 commits into
mainfrom
feat/foundation-core-loop
May 1, 2026
Merged

feat: initialize foundation and hybrid gRPC core loop#2
MrBT-nano merged 11 commits into
mainfrom
feat/foundation-core-loop

Conversation

@MrBT-nano
Copy link
Copy Markdown
Contributor

📝 Description

This PR initializes the Rust workspace and sets up the foundation for the vtuber-brain director loop using a Hybrid gRPC approach. It implements the initial contracts and service for receiving context and emitting directives.

Key changes:

  • Initialized Cargo workspace with brain-core, brain-proto, and brain-grpc crates.
  • Defined gRPC contracts for BrainService (Input) and VoiceService (Output).
  • Implemented gRPC server for PushContext and a test binary.
  • Adopted Ecosystem Interaction Protocol in GEMINI.md and CLAUDE.md.

🔗 Related Issues

Fixes #1

🛠️ Type of Change

  • 🚀 New feature
  • 🐛 Bug fix
  • 📄 Documentation update
  • 🧪 Testing
  • 🔨 Refactoring
  • ⚙️ CI/CD

✅ Checklist

  • Tests passed locally
  • Documentation updated
  • Code follows project style guidelines
  • Linked to the appropriate Issue
  • cargo fmt and cargo clippy pass

🏷️ Metadata

  • Assignee: @MrBT-nano
  • Labels: feat, foundation, grpc

@MrBT-nano MrBT-nano self-assigned this Apr 30, 2026
@github-advanced-security
Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@github-actions github-actions Bot added documentation Improvements or additions to documentation rust github labels May 1, 2026
@MrBT-nano MrBT-nano merged commit fed6ac4 into main May 1, 2026
10 checks passed
@MrBT-nano MrBT-nano deleted the feat/foundation-core-loop branch May 1, 2026 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation github rust

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: adopt Ecosystem Interaction Protocol in GEMINI.md and CLAUDE.md

2 participants