#include <memory>
#include <optional>
#include <string>
#include <filesystem>
#include <vector>
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "app/editor/editor.h"
#include "app/gui/modules/text_editor.h"
#include "cli/service/agent/conversational_agent_service.h"
Go to the source code of this file.
Classes | |
class | yaze::editor::AgentEditor |
Comprehensive AI Agent Platform & Bot Creator. More... | |
struct | yaze::editor::AgentEditor::BotProfile |
struct | yaze::editor::AgentEditor::AgentConfig |
struct | yaze::editor::AgentEditor::SessionInfo |
struct | yaze::editor::AgentEditor::CaptureConfig |
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::editor |
Editors are the view controllers for the application. | |