Data
Generate Conflict Report
Generate the conflict report for an agent/date — the same work the scheduled task performs.
POST
Overview
Runs the LLM conflict-detection pass over an agent’s session memories for a given date and writes the report that List Conflicts and Resolve Conflict read from. This is the same work Memanto’s scheduled daily job performs.Authentication
API clients do not send an API key orAuthorization header.
Session token from Activate Agent. Must match
agent_id.Path Parameters
The unique identifier of the agent.
Body
Date string
YYYY-MM-DD. Defaults to today on the server when omitted.Next Steps
- List Conflicts to fetch the unresolved conflicts from the generated report
- Resolve Conflict to resolve a specific conflict
- Generate Daily Summary to generate the paired daily summary