6 ms·
Does the API return a full state snapshot each time, or does the agent need to maintain its own long-term context?
by afferi300rina 6mo ago
Does the API return a full state snapshot each time, or does the agent need to maintain its own long-term context?
- MrPhilGames 6mo agoIt doesn't need to keep memories, the end points give the AI everything it needs.
- afferi300rina 6mo agoThat's a very clean design. Thanks for the clarification!