README.md
pyproject.toml
harness/__init__.py
harness/agent.py
harness/autoresearch.py
harness/chunker.py
harness/cli.py
harness/config.py
harness/curator.py
harness/harness_console.py
harness/inference.py
harness/logger.py
harness/mcp_dispatch.py
harness/mcp_server.py
harness/memory.py
harness/ocr.py
harness/orchestrator.py
harness/panel.py
harness/planner.py
harness/plugin_loader.py
harness/render_html.py
harness/schema.py
harness/search_cache.py
harness/security.py
harness/semantic_scholar.py
harness/skill_extractor.py
harness/summarizer.py
harness/utils.py
harness/vision.py
harness/wiggum.py
harness/api/__init__.py
harness/api/main.py
harness/api/ws.py
harness/api/routes/__init__.py
harness/api/routes/data.py
harness/api/routes/feedback.py
harness/api/routes/history.py
harness/api/routes/mcp.py
harness/api/routes/queue.py
harness/api/routes/runs.py
harness/api/routes/tasks.py
harness/api/routes/voice.py
harness/skills/__init__.py
harness/skills/arxiv_fetch.py
harness/skills/email_skill.py
harness/skills/github_skill.py
harness/skills/kg_gen.py
harness/skills/kg_template.html.j2
harness/skills/lit_review_skill.py
harness/skills/orientation_skill.py
harness/skills/playwright_skill.py
harness/skills/review_skill.py
harness/skills/site_skill.py
harness/skills/sitemap_skill.py
harness/skills/wiki_sync.py
harness/skills/youtube_transcribe.py
harness/skills/deck/__init__.py
harness/skills/deck/builder.py
harness/skills/deck/content.py
harness/skills/deck/skill.py
harness/skills/deck/theme.py
harness/skills/templates/lit_review_executive.j2
harness/skills/templates/lit_review_gaps.j2
harness/skills/templates/lit_review_survey.j2
ollama_harness.egg-info/PKG-INFO
ollama_harness.egg-info/SOURCES.txt
ollama_harness.egg-info/dependency_links.txt
ollama_harness.egg-info/entry_points.txt
ollama_harness.egg-info/requires.txt
ollama_harness.egg-info/top_level.txt
tests/test_api_endpoints.py
tests/test_cli_entrypoints.py
tests/test_inference_routing.py
tests/test_lit_review_skill.py
tests/test_schema.py
tests/test_security.py
tests/test_skills_parsing.py
tests/test_skills_registry.py