LICENSE
README.md
pyproject.toml
src/faskill/__init__.py
src/faskill.egg-info/PKG-INFO
src/faskill.egg-info/SOURCES.txt
src/faskill.egg-info/dependency_links.txt
src/faskill.egg-info/requires.txt
src/faskill.egg-info/top_level.txt
src/faskill/core/__init__.py
src/faskill/core/discovery.py
src/faskill/core/exceptions.py
src/faskill/core/invoker.py
src/faskill/core/manager.py
src/faskill/core/models.py
src/faskill/core/parser.py
src/faskill/core/path_resolver.py
src/faskill/core/processors.py
src/faskill/core/registry.py
src/faskill/core/runner.py
src/faskill/core/scripts.py
src/faskill/integrations/__init__.py
src/faskill/integrations/langchain.py
tests/test_async_discovery.py
tests/test_async_invocation.py
tests/test_cache.py
tests/test_discovery.py
tests/test_discovery_plugin.py
tests/test_edge_cases.py
tests/test_file_references_integration.py
tests/test_installation.py
tests/test_langchain_async.py
tests/test_langchain_integration.py
tests/test_manager.py
tests/test_manager_plugin.py
tests/test_models.py
tests/test_parser.py
tests/test_parser_plugin.py
tests/test_path_resolver.py
tests/test_performance.py
tests/test_processors.py
tests/test_runner.py
tests/test_script_detector.py
tests/test_script_detector_phase8.py
tests/test_script_executor.py
tests/test_script_executor_phase3.py
tests/test_script_executor_phase4.py
tests/test_script_executor_phase5.py
tests/test_script_langchain_integration.py