LICENSE
README.md
pyproject.toml
setup.py
kegal/__init__.py
kegal/cli.py
kegal/compiler.py
kegal/compose.py
kegal/graph.py
kegal/graph_blackboard.py
kegal/graph_edge.py
kegal/graph_history.py
kegal/graph_mcp.py
kegal/graph_model.py
kegal/graph_node.py
kegal/graph_react.py
kegal/mcp_handler.py
kegal/utils.py
kegal/validators.py
kegal.egg-info/PKG-INFO
kegal.egg-info/SOURCES.txt
kegal.egg-info/dependency_links.txt
kegal.egg-info/entry_points.txt
kegal.egg-info/requires.txt
kegal.egg-info/top_level.txt
kegal/llm/__init__.py
kegal/llm/llm_anthropic.py
kegal/llm/llm_bedrock.py
kegal/llm/llm_gemini.py
kegal/llm/llm_handler.py
kegal/llm/llm_model.py
kegal/llm/llm_ollama.py
kegal/llm/llm_openai.py
test/test_blackboard.py
test/test_bug_fixes.py
test/test_chat_history.py
test/test_cli.py
test/test_graphs.py
test/test_history_field.py
test/test_llm.py
test/test_llm_anthropic.py
test/test_llm_bedrock.py
test/test_llm_bedrock_unit.py
test/test_llm_gemini.py
test/test_llm_gemini_unit.py
test/test_llm_ollama.py
test/test_llm_openai.py
test/test_mcp_sqlite.py
test/test_mcp_sqlite_chain.py
test/test_node_features.py
test/test_ordered_edges.py
test/test_react.py
test/test_react_research.py
test/test_validators.py