LICENSE
README.md
pyproject.toml
agentkthx/__init__.py
agentkthx/__main__.py
agentkthx/agent.py
agentkthx/agent_mode.py
agentkthx/cli.py
agentkthx/colors.py
agentkthx/config.py
agentkthx/model_discovery.py
agentkthx/orchestrator.py
agentkthx/py.typed
agentkthx/shared_args.py
agentkthx/update_check.py
agentkthx.egg-info/PKG-INFO
agentkthx.egg-info/SOURCES.txt
agentkthx.egg-info/dependency_links.txt
agentkthx.egg-info/entry_points.txt
agentkthx.egg-info/requires.txt
agentkthx.egg-info/top_level.txt
agentkthx/backends/__init__.py
agentkthx/backends/base.py
agentkthx/backends/bitnet.py
agentkthx/backends/llama_server.py
agentkthx/backends/ollama.py
agentkthx/backends/ollama_registry.py
agentkthx/core/__init__.py
agentkthx/core/api_resilience.py
agentkthx/core/args_normal.py
agentkthx/core/error_recovery.py
agentkthx/core/helpers.py
agentkthx/core/math_prompts.py
agentkthx/core/memory.py
agentkthx/core/model_config.py
agentkthx/core/model_family_config.py
agentkthx/core/models.py
agentkthx/core/openresponses.py
agentkthx/core/persistent_memory.py
agentkthx/core/prompts.py
agentkthx/core/safe_eval.py
agentkthx/core/tool_cache.py
agentkthx/core/tool_parse.py
agentkthx/core/types.py
agentkthx/examples/00_basic_agent.py
agentkthx/examples/01_quick_diagnostic.py
agentkthx/examples/02_tool_test.py
agentkthx/examples/03_reasoning_test.py
agentkthx/examples/04_gsm8k_benchmark.py
agentkthx/examples/05_common_sense.py
agentkthx/examples/06_causal_reasoning.py
agentkthx/examples/07_logical_deduction.py
agentkthx/examples/08_reading_comprehension.py
agentkthx/examples/09_general_knowledge.py
agentkthx/examples/10_implicit_reasoning.py
agentkthx/examples/11_analogical_reasoning.py
agentkthx/examples/__init__.py
agentkthx/plugins/__init__.py
agentkthx/plugins/_loader.py
agentkthx/plugins/acp/__init__.py
agentkthx/plugins/acp/acp_plugin.py
agentkthx/plugins/acp/plugin.json
agentkthx/plugins/bitnet/__init__.py
agentkthx/plugins/bitnet/bitnet.py
agentkthx/plugins/bitnet/plugin.json
agentkthx/plugins/openrouter/__init__.py
agentkthx/plugins/openrouter/openrouter.py
agentkthx/plugins/openrouter/plugin.json
agentkthx/plugins/test-plugin/__init__.py
agentkthx/plugins/test-plugin/plugin.json
agentkthx/plugins/test-plugin/test_backend.py
agentkthx/plugins/turboquant/__init__.py
agentkthx/plugins/turboquant/plugin.json
agentkthx/plugins/turboquant/turbo.py
agentkthx/plugins/zai/__init__.py
agentkthx/plugins/zai/plugin.json
agentkthx/plugins/zai/zai.py
agentkthx/skills/__init__.py
agentkthx/skills/loader.py
agentkthx/skills/codebase-audit/SKILL.md
agentkthx/skills/crypto-signals/SKILL.md
agentkthx/skills/crypto-signals/scripts/crypto_signal_agent.py
agentkthx/skills/skill-creator/SKILL.md
agentkthx/skills/skill-creator/scripts/__init__.py
agentkthx/skills/skill-creator/scripts/aggregate_benchmark.py
agentkthx/skills/skill-creator/scripts/generate_report.py
agentkthx/skills/skill-creator/scripts/improve_description.py
agentkthx/skills/skill-creator/scripts/init_skill.py
agentkthx/skills/skill-creator/scripts/package_skill.py
agentkthx/skills/skill-creator/scripts/quick_validate.py
agentkthx/skills/skill-creator/scripts/run_eval.py
agentkthx/skills/skill-creator/scripts/run_loop.py
agentkthx/skills/skill-creator/scripts/security_scan.py
agentkthx/skills/skill-creator/scripts/test_package_skill.py
agentkthx/skills/skill-creator/scripts/test_quick_validate.py
agentkthx/skills/skill-creator/scripts/utils.py
agentkthx/skills/skill-creator/scripts/validate.py
agentkthx/skills/test-harness/SKILL.md
agentkthx/soul/__init__.py
agentkthx/soul/loader.py
agentkthx/soul/types.py
agentkthx/souls/nova-helper/AGENTS.md
agentkthx/souls/nova-helper/IDENTITY.md
agentkthx/souls/nova-helper/SOUL.md
agentkthx/souls/nova-helper/STYLE.md
agentkthx/souls/nova-helper/soul.json
agentkthx/souls/nova-skills/AGENTS.md
agentkthx/souls/nova-skills/IDENTITY.md
agentkthx/souls/nova-skills/SOUL.md
agentkthx/souls/nova-skills/STYLE.md
agentkthx/souls/nova-skills/soul.json
agentkthx/souls/nova-trading/AGENTS.md
agentkthx/souls/nova-trading/IDENTITY.md
agentkthx/souls/nova-trading/SOUL.md
agentkthx/souls/nova-trading/STYLE.md
agentkthx/souls/nova-trading/TRADING_REFERENCE.md
agentkthx/souls/nova-trading/soul.json
agentkthx/tools/__init__.py
agentkthx/tools/builtins.py
agentkthx/tools/registry.py
agentkthx/tools/sandboxed_repl.py
agentnova/__init__.py
localclaw/__init__.py
tests/test_agent.py
tests/test_api_resilience.py
tests/test_builtins.py
tests/test_jev_api_mode.py
tests/test_loop_resilience.py
tests/test_openrouter_backend.py
tests/test_plugin_spec.py
tests/test_security.py
tests/test_skills.py
tests/test_spec_compliance.py
tests/test_thinking_args.py
tests/test_update_check.py