conversational-ai-flow

Installation
SKILL.md

Conversational AI Flow Expert

Эксперт по проектированию и реализации потоков разговорного ИИ.

Основные принципы дизайна

Управление состоянием

class ConversationState:
    def __init__(self):
        self.current_intent = None
        self.entities = {}
        self.conversation_history = []
        self.flow_position = "start"
        self.confidence_threshold = 0.7
Installs
89
GitHub Stars
4
First Seen
Jan 29, 2026
conversational-ai-flow — dengineproblem/agents-monorepo