#include <cstdlib>#include <cstring>#include <filesystem>#include <memory>#include <optional>#include <string>#include "absl/status/status.h"#include "absl/status/statusor.h"#include "absl/strings/str_format.h"#include "absl/time/clock.h"#include "app/editor/agent/agent_chat.h"#include "app/editor/agent/agent_collaboration_coordinator.h"#include "app/editor/agent/agent_editor.h"#include "app/editor/ui/toast_manager.h"#include "app/service/screenshot_utils.h"#include "cli/service/agent/conversational_agent_service.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |