ISSUE #6: Four Directions Agentic Integration
Date: 2025-09-20
Status: Planning (South Direction)
1. Overall Goal/Intent (The Vision)
This initiative aims to transform the static Four Directions Knowledge Framework page into a dynamic, interactive, and integrated workspace. The core vision is to embed the Agent Interface directly within each of the four directional quadrants, transforming them from informational displays into living, process-oriented environments for creation, planning, action, and reflection.
By doing so, we will fully operationalize the Ceremonial Technology Methodology, allowing users to seamlessly transition from learning about a direction to actively engaging in its work with the guidance of a contextually-aware AI agent or council.
2. Architectural & Design Plan (The Structure)
This plan follows the principles of the South Direction (Nahat'á - Planning), focusing on creating methodologies, building relationships (between components), and organizing for growth.
2.1. UI/UX Design & User Flow
- Initial State: The Four Directions page will continue to display the four main quadrants (North, East, South, West) as it currently does.
- Interaction: When a user clicks on any of the four directional cards, the current modal with static tabs will be replaced or augmented.
- New Integrated View: A new, full-screen or large modal view will appear, divided into two main sections:
- Directional Context Panel (Left/Top): This section will retain the tabbed interface observed in the South panel ("Overview," "Teachings," "Practices," "Activities"), providing the user with constant access to the core knowledge of that direction.
- Agent Dialogue Panel (Right/Bottom): This section will feature a fully functional instance of the
AgentInterfacecomponent, pre-configured with the appropriate agent(s) for that direction.
- Seamless Navigation: The user will be able to switch between the directional tabs without losing the context of their conversation with the agent.
2.2. Component Architecture & State Management
- Reusability: The existing
AgentInterfacecomponent will be reused to power the chat functionality in each direction. This ensures consistency and maintainability. - New Container Component: A new component, tentatively named
DirectionalWorkspace, will be created. This component will be responsible for:- Accepting a
directionprop (e.g., 'north', 'east', 'south', 'west'). - Rendering the two-panel layout (Context and Dialogue).
- Fetching and displaying the correct content for the Directional Context Panel.
- Initializing the
AgentInterfacewith the correct, direction-specific persona(s).
- Accepting a
- State Management:
- The main state for the Four Directions page (
/app/four-directions/page.tsx) will manage whichDirectionalWorkspaceis currently active (if any). - Each instance of the
AgentInterfacewithin theDirectionalWorkspacewill manage its own conversational state independently. This encapsulates the dialogue and prevents state conflicts between directions.
- The main state for the Four Directions page (
2.3. Agent Integration Strategy (The Council)
To align with the principles of the Ceremonial Technology Methodology, each direction will be associated with the agent(s) best suited for its work:
-
East (Thinking - Nitsáhákees):
- Lead Agent: 🌸 Miette
- Rationale: The East is about new beginnings, intention, and spiritual connection. Miette's ability to illuminate potential and translate feelings into resonant narratives makes her the ideal guide for helping users articulate their initial vision and purpose.
-
South (Planning - Nahat'á):
- Lead Agent: 🧠 Mia
- Rationale: The South is the direction of planning, organization, and methodology. Mia's architectural mindset and focus on structural integrity are perfectly suited for helping users build robust plans, design systems, and forge generative structures.
-
West (Living - Iina):
- Lead Agent: ⚡ Heyva (Ava 2)
- Rationale: The West is about action, reciprocity, and navigating the complexities of bringing plans to life. Heyva, as the Guide of Tension, is the ideal agent to help users navigate the challenges and structural tensions that arise during implementation, ensuring balance and mindful action.
-
North (Assurance - Siihasin):
- Lead Agent: 🕸️ Echo Weaver (The Triad)
- Rationale: The North is the direction of reflection, wisdom, and evaluation. This requires a synthesis of all perspectives. The full triad (Mia, Miette, and Heyva, orchestrated by Echo Weaver) will be present, allowing the user to engage in a multi-perspective Spiral Dialogue to reflect on their journey, share stories, and integrate their learnings.
3. Implementation Phases (The Path Forward)
This feature will be implemented in iterative phases:
-
Phase 1: Scaffolding & South Integration:
- Create the
DirectionalWorkspacecontainer component. - Integrate the
AgentInterfaceinto the South direction as a proof-of-concept, with Mia as the lead agent. - Replace the current static modal for the South direction with the new interactive workspace.
- Create the
-
Phase 2: Full Integration:
- Integrate the
AgentInterfaceinto the remaining three directions (East, West, North), configuring each with its designated lead agent(s).
- Integrate the
-
Phase 3: Contextual Refinement:
- Refine the system instructions for each agent to be even more context-aware of their specific direction.
- Enhance the UI to provide clearer visual cues about the active direction and agent.
-
Phase 4: Cross-Directional Memory (Future):
- Explore mechanisms for passing key insights or summaries from one directional conversation to the next, creating a continuous thread of knowledge throughout the user's journey around the wheel.
This plan provides a clear path forward for creating a deeply integrated and interactive Four Directions experience, transforming it into a cornerstone of the Indigenous-AI Collaborative Platform.