Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions docs/architecture/rfcs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,21 @@ promote a proposal beyond that status.

## Draft Integration Proposals

- [LoopX Desktop Execution Frontends v0](desktop-execution-frontends-v0.md):
support both attachment to an externally owned Codex App session and a
LoopX-managed Pi or DeepSeek Harness runtime driven by bounded Turns, with a
provider-neutral contract and Ark Agent Plan as the default product profile;
converge Web and Agent-scoped Lark Bot connections on the same ordered
working session, and route group messages or document comments through a
provider-neutral external Connector contract.
- [Agent IM, LoopX, and OpenViking collaboration v0](agent-im-openviking-collaboration-v0.md):
separate runtime delivery, durable control state, and scoped context while
preserving direct agent-to-LoopX interaction.
- [Goal Channel collaboration v0](goal-channel-collaboration-v0.md)
([中文版](goal-channel-collaboration-v0.zh-CN.md)): bind one external
collaboration channel to one LoopX goal while preserving LoopX as the source
of truth.
([中文版](goal-channel-collaboration-v0.zh-CN.md)): bind external
collaboration surfaces to one LoopX goal while preserving LoopX as the
source of truth; interactive chat is refined by the Desktop Execution
Frontends RFC to route through an explicit Agent working session.
- [Per-Goal Usage, Token, and Cost Surfacing v0](goal-usage-token-cost-v0.md):
capture per-goal token, cost, and duration in core `usage_summary` and surface
it in the existing dashboard behind a provider-neutral capture layer.
Expand Down
Loading