README.md
pyproject.toml
setup.py
tests/test_analysis.py
tests/test_async.py
tests/test_bridges.py
tests/test_chain.py
tests/test_code_extract_plugin.py
tests/test_color_plugin.py
tests/test_context.py
tests/test_conversion_plugin.py
tests/test_country_plugin.py
tests/test_crypto_plugin.py
tests/test_csv_plugin.py
tests/test_currency_plugin.py
tests/test_discovery.py
tests/test_encoding_plugin.py
tests/test_env_plugin.py
tests/test_feedback_plugin.py
tests/test_file_ops_plugin.py
tests/test_geocoding_plugin.py
tests/test_html_transforms.py
tests/test_html_validate_plugin.py
tests/test_http_plugin.py
tests/test_instruction.py
tests/test_instruction_integration.py
tests/test_instruction_streaming.py
tests/test_json_transforms.py
tests/test_llm_plugin.py
tests/test_mcp_server.py
tests/test_minify_plugin.py
tests/test_numerical_and_date_transforms.py
tests/test_plugin_sources.py
tests/test_qrcode_plugin.py
tests/test_safety.py
tests/test_sandbox.py
tests/test_security_context.py
tests/test_shell_plugin.py
tests/test_skill.py
tests/test_text_transforms.py
tests/test_translate_plugin.py
tests/test_ui_metadata.py
tests/test_validation_transforms.py
tests/test_weather_plugin.py
tests/test_web_plugin.py
tests/test_xml_plugin.py
tests/test_yaml_plugin.py
tukuy/__init__.py
tukuy/__main__.py
tukuy/async_base.py
tukuy/availability.py
tukuy/base.py
tukuy/bridges.py
tukuy/chain.py
tukuy/cli.py
tukuy/context.py
tukuy/exceptions.py
tukuy/instruction.py
tukuy/manifest.py
tukuy/mcp_server.py
tukuy/registry.py
tukuy/safety.py
tukuy/skill.py
tukuy/types.py
tukuy.egg-info/PKG-INFO
tukuy.egg-info/SOURCES.txt
tukuy.egg-info/dependency_links.txt
tukuy.egg-info/entry_points.txt
tukuy.egg-info/requires.txt
tukuy.egg-info/top_level.txt
tukuy/analysis/__init__.py
tukuy/analysis/analyzer.py
tukuy/analysis/ast_visitors.py
tukuy/analysis/risk_scoring.py
tukuy/core/__init__.py
tukuy/core/introspection.py
tukuy/core/unified.py
tukuy/core/usage.py
tukuy/plugins/__init__.py
tukuy/plugins/base.py
tukuy/plugins/amadeus/__init__.py
tukuy/plugins/code_extract/__init__.py
tukuy/plugins/coingecko/__init__.py
tukuy/plugins/color/__init__.py
tukuy/plugins/compression/__init__.py
tukuy/plugins/conversion/__init__.py
tukuy/plugins/country/__init__.py
tukuy/plugins/crypto/__init__.py
tukuy/plugins/csv_plugin/__init__.py
tukuy/plugins/currency/__init__.py
tukuy/plugins/date/__init__.py
tukuy/plugins/dictionary/__init__.py
tukuy/plugins/diff/__init__.py
tukuy/plugins/docx/__init__.py
tukuy/plugins/encoding/__init__.py
tukuy/plugins/env/__init__.py
tukuy/plugins/feedback/__init__.py
tukuy/plugins/file_ops/__init__.py
tukuy/plugins/finnhub/__init__.py
tukuy/plugins/fun/__init__.py
tukuy/plugins/geocoding/__init__.py
tukuy/plugins/git/__init__.py
tukuy/plugins/google_calendar/__init__.py
tukuy/plugins/google_maps/__init__.py
tukuy/plugins/holidays/__init__.py
tukuy/plugins/html/__init__.py
tukuy/plugins/html_validate/__init__.py
tukuy/plugins/http/__init__.py
tukuy/plugins/image/__init__.py
tukuy/plugins/instructions/__init__.py
tukuy/plugins/instructions/analysis.py
tukuy/plugins/instructions/business.py
tukuy/plugins/instructions/creative.py
tukuy/plugins/instructions/customer_support.py
tukuy/plugins/instructions/data.py
tukuy/plugins/instructions/developer.py
tukuy/plugins/instructions/education.py
tukuy/plugins/instructions/finance.py
tukuy/plugins/instructions/hr.py
tukuy/plugins/instructions/legal.py
tukuy/plugins/instructions/marketing.py
tukuy/plugins/instructions/product.py
tukuy/plugins/instructions/sales.py
tukuy/plugins/instructions/social_media.py
tukuy/plugins/instructions/writing.py
tukuy/plugins/ip_geo/__init__.py
tukuy/plugins/json/__init__.py
tukuy/plugins/llm/__init__.py
tukuy/plugins/local_plugins/__init__.py
tukuy/plugins/markdown/__init__.py
tukuy/plugins/mermaid/__init__.py
tukuy/plugins/minify/__init__.py
tukuy/plugins/name_predict/__init__.py
tukuy/plugins/newsapi/__init__.py
tukuy/plugins/newton/__init__.py
tukuy/plugins/numerical/__init__.py
tukuy/plugins/open_food/__init__.py
tukuy/plugins/open_library/__init__.py
tukuy/plugins/open_meteo/__init__.py
tukuy/plugins/pdf/__init__.py
tukuy/plugins/profanity/__init__.py
tukuy/plugins/prompt/__init__.py
tukuy/plugins/qrcode/__init__.py
tukuy/plugins/quickchart/__init__.py
tukuy/plugins/schema/__init__.py
tukuy/plugins/shell/__init__.py
tukuy/plugins/spotify/__init__.py
tukuy/plugins/sql/__init__.py
tukuy/plugins/sunrise_sunset/__init__.py
tukuy/plugins/text/__init__.py
tukuy/plugins/ticketmaster/__init__.py
tukuy/plugins/transcribe/__init__.py
tukuy/plugins/translate/__init__.py
tukuy/plugins/twilio/__init__.py
tukuy/plugins/url_shortener/__init__.py
tukuy/plugins/validation/__init__.py
tukuy/plugins/vin_decoder/__init__.py
tukuy/plugins/wayback/__init__.py
tukuy/plugins/weather/__init__.py
tukuy/plugins/web/__init__.py
tukuy/plugins/worldtime/__init__.py
tukuy/plugins/xlsx/__init__.py
tukuy/plugins/xml_plugin/__init__.py
tukuy/plugins/yaml_plugin/__init__.py
tukuy/plugins/yelp/__init__.py
tukuy/plugins/zipcode/__init__.py
tukuy/sandbox/__init__.py
tukuy/sandbox/exceptions.py
tukuy/sandbox/resource_limits.py
tukuy/sandbox/restrictions.py
tukuy/sandbox/sandbox.py
tukuy/transformers/__init__.py
tukuy/transformers/date.py
tukuy/transformers/html.py
tukuy/transformers/json.py
tukuy/transformers/numerical.py
tukuy/transformers/text.py
tukuy/transformers/validation.py