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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ directly:
| `cortex_update_commitment` | Mark a commitment as completed or cancelled |
| `cortex_list_commitments` | List active (or all) tracked commitments |
| `cortex_insights` | List pending or accepted Cortex insights |
| `cortex_entities_list` | List owner-resolved Cortex entities |
| `cortex_entity_detail` | Fetch one entity with aliases, claims, and relationships |
| `cortex_graph_query` | Fetch the owner-resolved entity relationship graph |
| `cortex_add_open_loop` | Track an unresolved thread or topic |
| `cortex_resolve_open_loop` | Mark an open loop as resolved |
| `cortex_list_open_loops` | List unresolved threads |
Expand All @@ -128,6 +131,10 @@ the effective owner from the authenticated request. `ownerIdMode: "configured"`
is retained for self-host installs that deliberately use the configured
`ownerId` as their local namespace.

Entity and graph tools are read-only and use the same owner-resolution path as
memory tools. Use `cortex_entities_list` first to resolve entity IDs, then
`cortex_entity_detail` or `cortex_graph_query` for the cited relationship view.

For customer/account workspaces, `companyBrainContextMode: "auto"` enables a
separate `<company-brain-context>` block. The block is distinct from
`<relevant-memories>`, resolves the account through the Company Brain account
Expand Down
2 changes: 2 additions & 0 deletions dist/__tests__/core-entity-graph-tools.test.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export {};
//# sourceMappingURL=core-entity-graph-tools.test.d.ts.map
1 change: 1 addition & 0 deletions dist/__tests__/core-entity-graph-tools.test.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

58 changes: 58 additions & 0 deletions dist/__tests__/core-entity-graph-tools.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/__tests__/core-entity-graph-tools.test.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions dist/__tests__/memory-context-format.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading