yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
conversational_agent_service.h File Reference
#include <filesystem>
#include <optional>
#include <string>
#include <vector>
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "absl/time/time.h"
#include "cli/service/ai/ai_service.h"
#include "cli/service/agent/proposal_executor.h"
#include "cli/service/agent/tool_dispatcher.h"

Go to the source code of this file.

Classes

struct  yaze::cli::agent::ChatMessage
 
struct  yaze::cli::agent::ChatMessage::TableData
 
struct  yaze::cli::agent::ChatMessage::ProposalSummary
 
struct  yaze::cli::agent::ChatMessage::SessionMetrics
 
struct  yaze::cli::agent::AgentConfig
 
class  yaze::cli::agent::ConversationalAgentService
 
struct  yaze::cli::agent::ConversationalAgentService::InternalMetrics
 

Namespaces

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

Enumerations

enum class  yaze::cli::agent::AgentOutputFormat { yaze::cli::agent::kFriendly , yaze::cli::agent::kCompact , yaze::cli::agent::kMarkdown , yaze::cli::agent::kJson }