LICENCE
README.md
pyproject.toml
agentik/__init__.py
agentik/agent.py
agentik/cli.py
agentik/config.py
agentik/scaffold.py
agentik/llm/__init__.py
agentik/llm/openrouter.py
agentik/memory/__init__.py
agentik/memory/base.py
agentik/memory/dict_store.py
agentik/memory/json_store.py
agentik/templates/agent/basic/agents/__name_slug__.yaml.j2
agentik/templates/project/basic/README.md.j2
agentik/templates/project/basic/agents/agent.yaml.j2
agentik/templates/tool/python/tools/__name_slug__.py.j2
agentik/tools/__init__.py
agentik/tools/base.py
agentik/tools/calculator.py
agentik/tools/filereader.py
agentik/tools/html_to_text.py
agentik/tools/http_fetch.py
agentik/tools/io.py
agentik/tools/registry.py
agentik/tools/websearch.py
agentik/tools/write_file.py
agentik/utils/__init__.py
agentik/utils/errors.py
agentik/utils/logging.py
agentik/utils/watch.py
agentik_framework.egg-info/PKG-INFO
agentik_framework.egg-info/SOURCES.txt
agentik_framework.egg-info/dependency_links.txt
agentik_framework.egg-info/entry_points.txt
agentik_framework.egg-info/requires.txt
agentik_framework.egg-info/top_level.txt
tests/test_cli.py