LICENSE
README.md
pyproject.toml
src/agntrick/__init__.py
src/agntrick/agent.py
src/agntrick/cli.py
src/agntrick/config.py
src/agntrick/constants.py
src/agntrick/exceptions.py
src/agntrick/prompts.py
src/agntrick/registry.py
src/agntrick.egg-info/PKG-INFO
src/agntrick.egg-info/SOURCES.txt
src/agntrick.egg-info/dependency_links.txt
src/agntrick.egg-info/entry_points.txt
src/agntrick.egg-info/requires.txt
src/agntrick.egg-info/top_level.txt
src/agntrick/agents/__init__.py
src/agntrick/agents/developer.py
src/agntrick/agents/github_pr_reviewer.py
src/agntrick/agents/learning.py
src/agntrick/agents/news.py
src/agntrick/agents/ollama.py
src/agntrick/agents/youtube.py
src/agntrick/cron/__init__.py
src/agntrick/cron/__main__.py
src/agntrick/interfaces/__init__.py
src/agntrick/interfaces/base.py
src/agntrick/llm/__init__.py
src/agntrick/llm/local_reasoning.py
src/agntrick/llm/providers.py
src/agntrick/mcp/__init__.py
src/agntrick/mcp/config.py
src/agntrick/mcp/provider.py
src/agntrick/prompts/developer.md
src/agntrick/prompts/github_pr_reviewer.md
src/agntrick/prompts/learning.md
src/agntrick/prompts/news.md
src/agntrick/prompts/ollama.md
src/agntrick/prompts/youtube.md
src/agntrick/storage/__init__.py
src/agntrick/storage/database.py
src/agntrick/storage/models.py
src/agntrick/storage/scheduler.py
src/agntrick/storage/repositories/__init__.py
src/agntrick/storage/repositories/note_repository.py
src/agntrick/storage/repositories/task_repository.py
src/agntrick/tools/__init__.py
src/agntrick/tools/agent_invocation.py
src/agntrick/tools/code_searcher.py
src/agntrick/tools/codebase_explorer.py
src/agntrick/tools/example.py
src/agntrick/tools/syntax_validator.py
src/agntrick/tools/youtube_cache.py
src/agntrick/tools/youtube_transcript.py
tests/test_agent_invocation.py
tests/test_agntrick_config.py
tests/test_agntrick_exceptions.py
tests/test_agntrick_init.py
tests/test_agntrick_llm.py
tests/test_agntrick_prompts.py
tests/test_agntrick_registry.py
tests/test_cli.py
tests/test_codebase_explorer.py
tests/test_constants.py
tests/test_github_pr_reviewer.py
tests/test_local_reasoning.py
tests/test_mcp_provider.py
tests/test_ollama_agent.py
tests/test_tool_interface.py
tests/test_youtube_cache.py
tests/test_youtube_transcript.py