This directory contains materials from the original “Therapeutic Text Adventure” (TTA) game project that was developed in this repository before the pivot to a general AI development toolkit.
The TTA project (approximately early 2024 - September 2024) was an ambitious text-based adventure game that:
core/ - Main game engine and logic
main.py - Game entry pointdynamic_game.py - Game state managementlanggraph_engine.py - Agent orchestrationPRD.md - Product Requirements Document for the TTA gamePLANNING.md - Development planning and architecture decisionsRoadmap.md - Project phases and timelineTASKS.md - Specific implementation tasksUser_Guide.md - Guide for playersAgentic_RAG.md - RAG architecture for the gameNeo4j_Schema.md - Knowledge graph schemaDataModel.md - Game data structuresTestingStrategy.md - Testing strategytest_basic.py - Basic import teststest_dynamic_agents.py - Agent system teststest_dynamic_tools.py - Tool system teststest_langgraph_engine.py - Workflow engine teststest_memory.py - Memory system testsIn September 2024, the repository was refocused to become TTA.dev - AI Development Toolkit, a collection of reusable AI development tools, workflows, and primitives for building AI-native applications.
The new direction emphasizes:
These materials represent significant development work and contain valuable insights about:
While no longer the primary focus, they may provide reference material for future AI development work.
Feel free to reference these materials for:
However, be aware that:
Archived: October 2024 Original development period: ~Early 2024 - September 2024