Skip to content

v0.10.0

Choose a tag to compare

@animaworks-dev-team animaworks-dev-team released this 23 Jul 05:01
· 644 commits to main since this release

AnimaWorks v0.10.0

The largest release since v0.9 — 300+ commits covering multi-company organizations, a new execution engine, deep memory-system upgrades, and a restructured dashboard.

Highlights

🏢 Company as a first-class concept

Organize animas into companies with enforced boundaries at the core level, company management CLI, export workflow, and company-grouped org chart with color-coded avatars. Own-company companies/<company>/shared is writable by models for in-company collaboration.

⚙️ New execution engine & parallel background work

  • Mode X (Grok Build CLI): full engine support — executor, credential family, sandbox enforcement, and progress-based (sidecar) timeouts.
  • Background TaskExec worker pool: true parallel workers within a single anima, with sibling-worker visibility and a parallel-lane activity timeline.

🧠 Memory system overhaul

  • Hygiene pipeline: mechanical cleanup, unified archive naming with RAG reindex, hygiene reports, and an autonomous per-anima cleanup layer.
  • Search upgrades: trigger fidelity, time-aware retrieval, entity-alias associative recall, and low-confidence iterative retrieval.
  • Context-aware chunk indexing, RAG gap-fill (cold-start catch-up, daily facts indexing), and embedding_max_seq_length for ruri-v3-class embedding models.
  • Resumable multi-phase anima merge (snapshot → index rebuild → reference rewrite → verify → finalize).

📊 Dashboard restructure & Activity UX

  • Consolidated navigation: Anima detail tabs (process / schedule / memory / assets), four-tab Settings, avatar-rich anima list.
  • New Activity views: SVG swimlane timeline (1h/3h), Now board with live tool ticker, and chat-style session replay with live follow.
  • Memory graph & calendar UI, server-side avatar thumbnails, user management UI.

🛡️ Runtime controls & governance

  • Per-anima monthly token budgets (token_budget_monthly), frequent-cron auto-disable (cron_guard), activity/token webhook export (event_export), and per-anima heartbeat_enabled for event-driven operation.
  • Chatwork per-anima identity model with grants-based delegation — no more shared token reuse.
  • Per-anima file deny roots, sandbox EROFS fallbacks via host internal APIs, and hardened company boundaries.

🔌 Integrations

Zoom RTMS meeting listener with zoom-meeting-scribe skill (ja/en/ko), GitHub webhook-driven PR review dispatch with merge-conflict auto-detection, external-tasks collectors (GitHub / Slack / Chatwork / Gmail) enabled by default, and plain-text @anima mentions in Slack.

🩹 Reliability

Hundreds of fixes across streaming/chat UI (no more vanishing responses), vector-store self-heal (no false-positive rebuild storms), supervisor lifecycle (clean shutdown, per-anima locks), memory leaks, and credential vault encryption.

📦 Packaging

Runtime templates now ship in wheels and Docker images; the publish pipeline gained a full test gate plus wheel-content and version-tag verification.

Removed: Activity Report page and experimental AI brainstorm / team-builder features (superseded by the new Activity views).

See CHANGELOG.md for the complete list.


AnimaWorks v0.10.0(日本語)

v0.9以来最大のリリースです(300超のコミット)。複数法人の組織化、新実行エンジン、記憶システムの大幅強化、ダッシュボード再構成を含みます。

主な変更

🏢 法人(Company)のファーストクラス化

animaを法人単位で組織化。コアレベルの境界強制、法人管理CLI、エクスポートワークフロー、法人色リング付き組織図。自社の companies/<法人>/shared はモデル書込み可能な法人内共有領域になりました。

⚙️ 新実行エンジンと並列バックグラウンド実行

  • Mode X (Grok Build CLI): executor・credential family・サンドボックス強制・進捗ベースタイムアウトまでフル対応。
  • Background TaskExec worker pool: 1体のanima内での真の並列ワーカー実行。兄弟ワーカーの活動可視化と並列レーンタイムライン。

🧠 記憶システムの全面強化

  • ハイジーンパイプライン(機械掃除+anima自主整理層)、アーカイブ命名統一とRAG再索引、衛生レポート。
  • 検索強化: trigger忠実性・時間認識検索・エンティティ別名連想想起・低確信時反復検索。
  • コンテキスト付きチャンク索引、RAG索引の穴埋め、ruri-v3系向け embedding_max_seq_length
  • 再開可能な多段階 animaマージ(スナップショット→索引再構築→参照書き換え→検証→確定)。

📊 ダッシュボード再構成とActivity UX

  • ナビ統合: Anima詳細タブ(process / schedule / memory / assets)、設定4タブ化、アバター付きリッチ一覧。
  • 新Activityビュー: SVGスイムレーンタイムライン(1h/3h)、Nowボード+ライブtoolティッカー、チャット風セッション再生。
  • 記憶グラフ・カレンダーUI、サーバー側アバターサムネイル、ユーザー管理UI。

🛡️ ランタイム制御とガバナンス

  • anima別月次トークン予算(token_budget_monthly)、頻発cron自動無効化(cron_guard)、Webhookイベント送出(event_export)、イベント駆動運用向け heartbeat_enabled
  • Chatwork per-anima identityモデル(grants委任。トークン使い回し廃止)。
  • anima別ファイルdenyルート、ホスト内部API経由のsandbox EROFSフォールバック、法人境界の強化。

🔌 連携

Zoom RTMS会議リスナー+zoom-meeting-scribeスキル(ja/en/ko)、GitHub webhook駆動のPRレビューディスパッチ(マージコンフリクト自動検知付き)、外部タスク収集(GitHub / Slack / Chatwork / Gmail、デフォルト有効)、Slackの平文@animaメンション対応。

🩹 信頼性

ストリーミング/チャットUI(応答消失の解消)、ベクトルストアself-heal(偽陽性rebuild嵐の停止)、supervisorライフサイクル、メモリリーク、vault暗号化など多数の修正。

📦 配布

ランタイムテンプレートをwheel・Dockerイメージに同梱。公開パイプラインにテストゲート・wheel内容検証・バージョン整合検証を追加。

削除: Activity Reportページ、実験的なAIブレスト/チームビルダー機能(新Activityビューに置き換え)。

全変更は CHANGELOG.md を参照してください。