SessionStart
01Hook
Runs when a session starts, executing llm_wiki_session.py via python3 with --harness and --if-enabled. From nvk/llm-wiki.
LLM-compiled knowledge bases for any AI agent. Parallel multi-agent research, thesis-driven investigation, source ingestion, wiki compilation, querying, and artifact generation.
Hook
Runs when a session starts, executing llm_wiki_session.py via python3 with --harness and --if-enabled. From nvk/llm-wiki.
Hook
Runs when you submit a prompt, before the agent sees it, executing llm_wiki_session.py via python3 with --harness and --if-enabled. From nvk/llm-wiki.
Hook
Runs after a tool call finishes, executing llm_wiki_session.py via python3 with --harness and --if-enabled. From nvk/llm-wiki.
Hook
Runs before the context is compacted, executing llm_wiki_session.py via python3 with --harness and --if-enabled. From nvk/llm-wiki.
Hook
Runs after the context is compacted, executing llm_wiki_session.py via python3 with --harness and --if-enabled. From nvk/llm-wiki.
Hook
Runs when the agent finishes a response, executing llm_wiki_session.py via python3 with --harness and --if-enabled. From nvk/llm-wiki.