📋 Issue
AI搭載の分類と洞察でGitHubのIssueを閲覧・分析
総 Issue 数: 18
オープン: 18 / クローズ: 0
Repository: nyasuto/hive
最終更新: 2025/7/16
Issue一覧
🔍 Hive Observatory - リアルタイムBee間通信監視システム実装
#121 • 🟢 オープン • nyasuto • 2025/7/16
🎯 課題概要 Priority: HIGH Impact: 分散システムの可視性とデバッグ効率 Component: 監視・観察システム Files: - 新規作成: scripts/hive_observatory.py - 新規作成: scripts/colony_monitor.py - 関連: scripts/worker_communication.py - 関連:...
分散Worker協調システムにおける非同期タスク完了管理の設計課題
#120 • 🟢 オープン • nyasuto • 2025/7/16
🎯 課題概要 Priority: HIGH Impact: システム全体の協調動作 Component: 分散Worker協調システム Files: - examples/poc/issuesolveragent_distributed.py - templates/roles/queen.md - scripts/worker_communication.py 問題の詳細 現在の動作...
feat: Issue解決エージェントとtmux分散Workerの実連携システム実装
#114 • 🟢 オープン • nyasuto • 2025/7/16
🎯 Type: Feature Priority: HIGH Impact: New Architecture Integration Component: examples/poc/issuesolveragent.py, scripts/starthivedistributed.sh Files: - examples/poc/issuesolveragent.py -...
Issue #95-5: 分散コーディネーター実装
#105 • 🟢 オープン • nyasuto • 2025/7/16
🎯 サブタスク: 分散コーディネーター実装 Priority: MEDIUM Impact: 全体統合管理とプロトコル協調システム Component: 分散コーディネーター、システム統合、監視ダッシュボード Files: agents/distributedcoordinator.py, agents/systemdashboard.py 実装内容 1. 分散コーディネーター...
Issue #95-4: 自動復旧システム実装
#104 • 🟢 オープン • nyasuto • 2025/7/16
🎯 サブタスク: 自動復旧システム実装 Priority: HIGH Impact: プロトコル忘却時の自動回復とpane再起動 Component: 自動復旧、プロトコル再送信、pane再起動 Files: agents/recoverysystem.py, agents/panerecovery.py 実装内容 1. 復旧システム ``python...
Issue #95-3: ハートビート・ヘルスチェック実装
#103 • 🟢 オープン • nyasuto • 2025/7/16
🎯 サブタスク: ハートビート・ヘルスチェック実装 Priority: HIGH Impact: 各paneの健康状態監視とプロトコル応答確認 Component: ハートビート、ヘルスチェック、状態監視 Files: agents/healthmonitor.py, agents/heartbeatmanager.py 実装内容 1. ヘルスモニター ``python...
Issue #95-2: プロトコルリマインダーシステム実装
#102 • 🟢 オープン • nyasuto • 2025/7/16
🎯 サブタスク: プロトコルリマインダーシステム実装 Priority: CRITICAL Impact: Claude Code セッションでのプロトコル忘却防止 Component: プロトコルリマインダー、定期送信、忘却防止 Files: agents/protocolreminder.py, agents/reminderscheduler.py 実装内容 1. プロトコルリマインダー...
Issue #94-5: 分散Developer実装
#100 • 🟢 オープン • nyasuto • 2025/7/16
🎯 サブタスク: 分散Developer実装 Priority: HIGH Impact: 実際のコード実行とタスク処理 Component: Developer、コード実行、結果レポート Files: agents/distributeddeveloper.py, agents/codeexecutor.py 実装内容 1. 分散Developer ``python...
Issue #94-4: 分散Queen実装
#99 • 🟢 オープン • nyasuto • 2025/7/16
🎯 サブタスク: 分散Queen実装 Priority: HIGH Impact: タスク管理とDeveloper panes協調 Component: Queen、サブタスク分散、進捗管理 Files: agents/distributedqueen.py, agents/subtaskmanager.py 実装内容 1. 分散Queen ``python...
Issue #94-3: 分散BeeKeeper実装
#98 • 🟢 オープン • nyasuto • 2025/7/16
🎯 サブタスク: 分散BeeKeeper実装 Priority: HIGH Impact: ユーザーリクエストの受付と初期タスク分散 Component: BeeKeeper、タスクディスパッチ、ユーザーインターフェース Files: agents/distributedbeekeeper.py, agents/taskdispatcher.py 実装内容 1. 分散BeeKeeper...
分散エージェント通信プロトコルの信頼性向上システム実装
#95 • 🟢 オープン • nyasuto • 2025/7/16
🎯 問題: 分散通信プロトコルの信頼性課題 Priority: HIGH Impact: システム全体の安定性とサービス継続性 Component: 分散エージェント通信システム、tmux統合、プロトコル管理 Files: agents/protocolmanager.py, agents/healthmonitor.py, agents/recoverysystem.py,...
Distributed Multi-Agent Architecture with tmux and Claude Code Integration
#94 • 🟢 オープン • nyasuto • 2025/7/16
🎯 FEATURE: Distributed Multi-Agent Architecture Priority: HIGH Impact: Architecture Evolution Component: hive.agents, hive.distributed Files: - agents/beekeeper.py - agents/queen.py -...
Web UI Dashboard for Agent Management
#91 • 🟢 オープン • nyasuto • 2025/7/16
🎯 FEATURE: Web UI Dashboard Priority: HIGH Impact: User Experience Component: hive.ui, hive.api Files: - hive-ui/ (新規) - hive/api/ - hive/web/ Problem Description...
Fix type annotations for Agent Framework
#89 • 🟢 オープン • nyasuto • 2025/7/16
🎯 ENHANCEMENT: Agent Framework Type Annotations Priority: MEDIUM Impact: Code Quality Component: hive.agents, tests.agents Files: - hive/agents/base.py - hive/agents/mixins.py -...
fix: examples/poc と examples/templates の型チェックエラー修正
#84 • 🟢 オープン • nyasuto • 2025/7/16
🎯 Type: Bug Fix Priority: MEDIUM Impact: Code Quality Component: examples/poc/, examples/templates/ Files: - examples/poc/autonomous_refactoring.py - examples/poc/autonomous_testing.py -...
🐝 BeeKeeper-Queen役割分担の明確化 - 責任境界と協調パターン設計
#82 • 🟢 オープン • nyasuto • 2025/7/16
🎯 Priority: HIGH Impact: 自律的マルチエージェントシステムの責任境界明確化 Component: BeeKeeper-Queen Architecture Files: examples/poc/beekeeperautonomousrefactoring.py, examples/templates/beekeeperqueenworker_flow.py...
test: テストカバレージ80%以上達成
#39 • 🟢 オープン • nyasuto • 2025/7/14
🎯 テスト: テストカバレージ80%以上達成 Priority: HIGH Impact: コード品質向上、バグ早期発見、リファクタリング安全性確保 Component: tests/ ディレクトリ、CI/CDパイプライン Files: tests/test_*.py, .github/workflows/, pyproject.toml Problem Description...
feat: Colony Activity Viewer - Hive全体活動可視化システム
#36 • 🟢 オープン • nyasuto • 2025/7/14
🎯 機能: Colony Activity Viewer - Hive全体活動可視化システム Priority: HIGH Impact: 開発効率向上、プロジェクト管理最適化、Hive採用促進 Component: 新規モジュール(viewer/)、既存Combシステム連携 Files: viewer/, docs/viewer-guide.md Problem Description...
18 件の Issue を表示中