{"id":49305102,"url":"https://github.com/endo-ly/egopulse","last_synced_at":"2026-06-14T08:02:22.282Z","repository":{"id":353829318,"uuid":"1219121644","full_name":"endo-ly/egopulse","owner":"endo-ly","description":"Self-hosted AI agent runtime (Rust/Tokio). TUI / Web UI / Discord / Telegram in a single binary.","archived":false,"fork":false,"pushed_at":"2026-06-06T09:33:00.000Z","size":3263,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-06T11:08:51.819Z","etag":null,"topics":["ai-agent","discord","multi-agent","rust","sqlite"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/endo-ly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-23T14:51:17.000Z","updated_at":"2026-06-06T07:09:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/endo-ly/egopulse","commit_stats":null,"previous_names":["endo-ly/egopulse"],"tags_count":223,"template":false,"template_full_name":null,"purl":"pkg:github/endo-ly/egopulse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endo-ly%2Fegopulse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endo-ly%2Fegopulse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endo-ly%2Fegopulse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endo-ly%2Fegopulse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/endo-ly","download_url":"https://codeload.github.com/endo-ly/egopulse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endo-ly%2Fegopulse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34313515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agent","discord","multi-agent","rust","sqlite"],"created_at":"2026-04-26T09:02:13.175Z","updated_at":"2026-06-14T08:02:22.276Z","avatar_url":"https://github.com/endo-ly.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EgoPulse\n\n\u003e Stricter than OpenClaw. Freer than Hermes Agent.\n\nエージェントが記憶し、気づき、並び立つランタイム。Web UI / Discord / Telegram / TUI / CLI に対応。\n\n## 特徴\n\n### Agent-First\n\nSession / Memory / Tool / PULSE のすべてが `agent_id` を支配的識別子とする。同じ runtime に複数のエージェントが独立した記憶を持って並立し、互いに委譲し合う。チャネルもツールも、すべてエージェントに紐づく。\n\n### Sleep batch \u0026 Long time memory\n\n会話履歴を episodic（エピソード記憶）/ semantic（意味記憶）/ prospective（展望記憶）の 3 層に蒸留する。エージェントはSleepバッチで過去を整理し、記憶を長期保持する。\n\n### PULSE\n\n時間・記憶・外界からの signal を受け取り、いま意識へ上げるべきものを選び、短く活性化する。必要なときだけ普段の会話場所で声を出す。「何時に何を実行する」ではなく「何時に何へ注意を向ける」。\n\n---\n\n## Getting Started\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/endo-ly/egopulse/main/scripts/install.sh | bash\negopulse setup\negopulse gateway install   # systemd サービス登録 + 起動\n```\n\n起動後、ブラウザで http://127.0.0.1:10961 にアクセスすると WebUI が利用できる。\n\n| モード | コマンド | 説明 |\n|---|---|---|\n| Gateway | `egopulse gateway install` | Web / Discord / Telegram をサービスとして起動 |\n| Gateway 停止 | `egopulse gateway stop` | systemd サービス停止（登録は残す） |\n| CLI chat | `egopulse chat` | ターミナルから直接会話 |\n| TUI | `egopulse` | セッションブラウザ + チャット（対話型では `q` で終了） |\n\nDiscord / Telegram の設定は [channels.md](./docs/channels.md) を参照。\n\n---\n\n## Tech Stack\n\n| レイヤー | 技術 |\n|---|---|\n| Runtime | Rust (Tokio) |\n| 永続化 | SQLite (WAL モード) |\n| Web Server | Axum |\n| Web UI | React, Vite |\n| LLM | OpenAI 互換 API |\n\n---\n\n## 設定\n\n設定は `~/.egopulse/egopulse.config.yaml` に YAML で記述する。\nプロバイダ、モデル、チャネル、Sleep スケジュール、PULSE 間隔などを設定できる。\n詳細は [config.md](./docs/config.md) を参照。\n\n---\n\n## ドキュメント\n\n| トピック | ドキュメント |\n|---|---|\n| アーキテクチャ概要 | [architecture.md](./docs/architecture.md) |\n| コマンド仕様 | [commands.md](./docs/commands.md) |\n| 設定仕様 | [config.md](./docs/config.md) |\n| チャネル (Web/Discord/Telegram/TUI/CLI) | [channels.md](./docs/channels.md) |\n| セッションライフサイクル | [session-lifecycle.md](./docs/session-lifecycle.md) |\n| Built-in Tools | [tools.md](./docs/tools.md) |\n| MCP 統合 | [mcp.md](./docs/mcp.md) |\n| System Prompt 構築 | [system-prompt.md](./docs/system-prompt.md) |\n| セキュリティ | [security.md](./docs/security.md) |\n| デプロイ | [deploy.md](./docs/deploy.md) |\n| DB スキーマ | [db.md](./docs/db.md) |\n| WebUI API | [api.md](./docs/api.md) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendo-ly%2Fegopulse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fendo-ly%2Fegopulse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendo-ly%2Fegopulse/lists"}