workflows.md
February 12, 2025 ยท View on GitHub
Workflow Examples
Workflow 1: Building a Contextual Data Knowledge Store from Scratch
graph LR
A[Context Planner] --> B{Interview Agent};
B --> C[Context Extractor];
C --> D[Vector Database];
- Start with the Context Planner to identify key areas for context development (e.g., career aspirations, skills, personal interests).
- Use the General Interviewer or Gap-Filler Interviewer to conduct interviews and generate context snippets for each area.
- Employ the Context Extractor to refine and format the interview data into structured context snippets.
- Store the context snippets in a Vector Database.
Workflow 2: Enhancing Existing AI Agents with Contextual Data
- Use the Context Extractor to extract relevant information from existing documents and data sources (e.g., resumes, social media profiles, meeting notes).
- Store the extracted context snippets in a Vector Database.
- Connect the Vector Database to your AI agents, enabling them to access and utilize the contextual data for more informed and personalized interactions.