feat(docs): add comprehensive AI agent architecture and debugging guides

- Introduced a new document detailing the architecture of the z3ed AI agent system, covering features like learned knowledge, TODO management, and advanced routing.
- Added a debugging guide for the AI agent, outlining the gRPC-based debugging service, available tools, and practical debugging workflows.
- Updated existing documentation to reflect recent improvements in the emulator's audio system and overall debugging capabilities.

Benefits:
- Provides clear guidance for developers on the AI agent's architecture and debugging processes, enhancing usability and understanding of the system.
- Facilitates faster onboarding and better collaboration by offering structured documentation and real-world examples.
This commit is contained in:
scawful
2025-10-12 08:45:23 -04:00
parent 4fe23b9af2
commit bc09ee05c8
7 changed files with 2589 additions and 3 deletions

View File

@@ -16,9 +16,8 @@
"YAZE_BUILD_TESTS": "ON",
"YAZE_BUILD_APP": "ON",
"YAZE_BUILD_LIB": "ON",
"YAZE_BUILD_EMU": "OFF",
"YAZE_BUILD_Z3ED": "OFF",
"YAZE_USE_MODULAR_BUILD": "ON"
"YAZE_BUILD_Z3ED": "ON",
"YAZE_BUILD_EMU": "OFF"
}
},
{
@@ -171,6 +170,8 @@
"YAZE_BUILD_Z3ED": "ON",
"YAZE_BUILD_EMU": "ON",
"YAZE_BUILD_TESTS": "ON",
"YAZE_ENABLE_UI_TESTS": "ON",
"YAZE_ENABLE_IMGUI_TEST_ENGINE": "ON",
"CMAKE_BUILD_TYPE": "Debug"
}
},