yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
agent_context.h File Reference

Agent context for state preservation across tool calls. More...

#include <chrono>
#include <map>
#include <memory>
#include <optional>
#include <string>
#include <vector>
#include "rom/rom.h"
#include "cli/service/ai/common.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  yaze::cli::agent::RomEdit
 Record of a ROM edit operation. More...
 
struct  yaze::cli::agent::ToolCallRecord
 Record of a tool call and its result. More...
 
struct  yaze::cli::agent::DungeonCache
 Cached dungeon data for efficient access. More...
 
struct  yaze::cli::agent::OverworldCache
 Cached overworld data for efficient access. More...
 
class  yaze::cli::agent::AgentContext
 Agent context for maintaining state across tool calls. More...
 

Namespaces

namespace  yaze
 
namespace  yaze::cli
 Namespace for the command line interface.
 
namespace  yaze::cli::agent
 

Detailed Description

Agent context for state preservation across tool calls.

Provides session state management including ROM context, pending edits, call history, and cached data for efficient multi-turn conversations.

Definition in file agent_context.h.