yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
agent_chat.cc File Reference
#include "app/editor/agent/agent_chat.h"
#include <algorithm>
#include <filesystem>
#include <fstream>
#include <iostream>
#include <unordered_set>
#include "absl/strings/ascii.h"
#include "absl/strings/match.h"
#include "absl/strings/str_format.h"
#include "absl/strings/strip.h"
#include "absl/time/clock.h"
#include "absl/time/time.h"
#include "app/editor/agent/agent_chat_history_codec.h"
#include "app/editor/agent/agent_ui_theme.h"
#include "app/editor/system/proposal_drawer.h"
#include "app/editor/ui/toast_manager.h"
#include "app/gui/core/icons.h"
#include "app/gui/core/style.h"
#include "app/gui/core/style_guard.h"
#include "app/gui/core/theme_manager.h"
#include "app/gui/core/ui_helpers.h"
#include "imgui/imgui.h"
#include "imgui/misc/cpp/imgui_stdlib.h"
#include "util/log.h"
#include "util/platform_paths.h"

Go to the source code of this file.

Namespaces

namespace  yaze
 
namespace  yaze::editor
 Editors are the view controllers for the application.
 
namespace  yaze::editor::anonymous_namespace{agent_chat.cc}
 

Functions

std::string yaze::editor::anonymous_namespace{agent_chat.cc}::ResolveAgentChatHistoryPath ()
 
std::optional< std::filesystem::path > yaze::editor::anonymous_namespace{agent_chat.cc}::ResolveAgentSessionsDir ()
 
absl::Time yaze::editor::anonymous_namespace{agent_chat.cc}::FileTimeToAbsl (std::filesystem::file_time_type value)
 
std::string yaze::editor::anonymous_namespace{agent_chat.cc}::TrimTitle (const std::string &text)
 
std::string yaze::editor::anonymous_namespace{agent_chat.cc}::BuildConversationTitle (const std::filesystem::path &path, const std::vector< cli::agent::ChatMessage > &history)