LICENSE
README.md
pyproject.toml
agentic/__init__.py
agentic/cli.py
agentic/context.py
agentic/function.py
agentic/runtime.py
agentic/apps/__init__.py
agentic/apps/mini_lesson.py
agentic/functions/__init__.py
agentic/functions/extract_domain.py
agentic/functions/sentiment.py
agentic/functions/word_count.py
agentic/mcp/__init__.py
agentic/mcp/__main__.py
agentic/mcp/server.py
agentic/meta_functions/__init__.py
agentic/meta_functions/_helpers.py
agentic/meta_functions/create.py
agentic/meta_functions/create_app.py
agentic/meta_functions/create_skill.py
agentic/meta_functions/fix.py
agentic/providers/__init__.py
agentic/providers/anthropic.py
agentic/providers/claude_code.py
agentic/providers/codex.py
agentic/providers/gemini.py
agentic/providers/gemini_cli.py
agentic/providers/openai.py
agentic_programming.egg-info/PKG-INFO
agentic_programming.egg-info/SOURCES.txt
agentic_programming.egg-info/dependency_links.txt
agentic_programming.egg-info/entry_points.txt
agentic_programming.egg-info/requires.txt
agentic_programming.egg-info/top_level.txt
tests/test_async.py
tests/test_context.py
tests/test_error_recovery.py
tests/test_function.py
tests/test_meta.py
tests/test_providers.py
tests/test_recovery.py
tests/test_render.py
tests/test_runtime.py