LICENSE
README.md
pyproject.toml
cannyforge/__init__.py
cannyforge/cli.py
cannyforge/core.py
cannyforge/corrections.py
cannyforge/dashboard.py
cannyforge/demo.py
cannyforge/export.py
cannyforge/knowledge.py
cannyforge/learning.py
cannyforge/llm.py
cannyforge/mcp_server.py
cannyforge/registry.py
cannyforge/skills.py
cannyforge/storage.py
cannyforge/tools.py
cannyforge/workers.py
cannyforge.egg-info/PKG-INFO
cannyforge.egg-info/SOURCES.txt
cannyforge.egg-info/dependency_links.txt
cannyforge.egg-info/entry_points.txt
cannyforge.egg-info/requires.txt
cannyforge.egg-info/top_level.txt
cannyforge/adapters/__init__.py
cannyforge/adapters/autoresearch.py
cannyforge/adapters/crewai.py
cannyforge/adapters/langchain.py
cannyforge/adapters/langgraph.py
cannyforge/bundled_skills/calendar-manager/SKILL.md
cannyforge/bundled_skills/calendar-manager/assets/templates.yaml
cannyforge/bundled_skills/content-summarizer/SKILL.md
cannyforge/bundled_skills/email-writer/SKILL.md
cannyforge/bundled_skills/email-writer/assets/templates.yaml
cannyforge/bundled_skills/fsi-workflow/SKILL.md
cannyforge/bundled_skills/tool-use/SKILL.md
cannyforge/bundled_skills/tool-use/assets/templates.yaml
cannyforge/bundled_skills/web-searcher/SKILL.md
cannyforge/services/__init__.py
cannyforge/services/crm_service.py
cannyforge/services/email_service.py
cannyforge/services/mock_calendar_mcp.py
cannyforge/services/service_base.py
cannyforge/services/slack_service.py
cannyforge/services/web_search_api.py
tests/test_bench_fsi80.py
tests/test_core_portability.py
tests/test_corrections.py
tests/test_declarative_skill.py
tests/test_eval_trace.py
tests/test_integration.py
tests/test_knowledge.py
tests/test_langgraph_adapter.py
tests/test_learning.py
tests/test_llm.py
tests/test_production.py
tests/test_scenario_harness.py
tests/test_skill_loader.py
tests/test_spec_compliance.py
tests/test_tool_use_skill.py
tests/test_tools.py