Strategy thesis
Record the conditions that would support or invalidate the idea.
Carry strategy, risk rules and decision history into the next session. Give your agent the context behind its next move.

A trading workflow spans research, decisions, execution and review. Memory connects those stages so a fresh session can start with the strategy and constraints already in view.
Review this new market signal against our existing strategy.
Record the conditions that would support or invalidate the idea.
Keep the user’s exposure limits and approval requirements.
Recall why a similar signal was rejected last session.
A restarted agent sees a signal without the assumptions that originally made it relevant.
Risk preferences and review requirements have to be supplied again in every session.
An execution record alone does not explain which research, assumptions or instructions informed it.
Persist the thesis, supporting research and invalidation conditions as tagged records. The next session can retrieve the original context before proposing an action.
Query related observations through semantic, keyword and tag-based recall. Let the application choose relevant records instead of copying the whole history into a prompt.
Store the inputs, rationale and outcome as separate records. Content-addressed batches give reviewers a reference for checking that retrieved content matches what was written.
Use consistent application and agent namespaces to organise research and review. Decide explicitly which records each stage can access.
Write the signal, source reference, timestamp and strategy tags.
Retrieve related research, constraints and prior decisions for the application to evaluate.
Persist the chosen action or rejection, its rationale and the eventual outcome.
Memory supports your application’s decision process. A content identifier proves the integrity of a record, not the quality of a trade.
Connect the memory runtime to the moments your application needs to write, recall and review context.
Explore memory documentation ↗Define a namespace for each strategy or account context.
Tag records by instrument, strategy and event type.
Keep execution permissions and risk checks in the trading application.
Keep source references and timestamps alongside generated summaries.
This use case describes memory infrastructure. Signal generation, risk validation, approvals and order execution belong to the trading application.
No. Memory can preserve relevant context and make decisions easier to review. It does not establish that a strategy or market observation is correct.
Useful examples include the original thesis, risk preferences, source references, decisions and outcomes. Your application chooses which records to write and recall.
A content identifier can help verify that retrieved bytes match the recorded batch. It does not prove the accuracy of the research or the quality of the decision.