Skip to content

Prompts

deep_db_agents.prompts

System prompt fragments shared across dialects.

orchestrator

Generic system prompt for the multi-database orchestrator.

It is prepended to the prompt supplied by the user and to the list of available sub-agents in :func:deep_db_agents.factory.create_deep_db_multi_agents. It is addressed to the LLM, so it is in English (see the language convention in CLAUDE.md).

shared

Generic context-management principles, shared by all dialects.

This text is embedded by each database's specific prompt, which adds its own syntax and idioms on top of it.

Shared

deep_db_agents.prompts.shared

Generic context-management principles, shared by all dialects.

This text is embedded by each database's specific prompt, which adds its own syntax and idioms on top of it.

Orchestrator

deep_db_agents.prompts.orchestrator

Generic system prompt for the multi-database orchestrator.

It is prepended to the prompt supplied by the user and to the list of available sub-agents in :func:deep_db_agents.factory.create_deep_db_multi_agents. It is addressed to the LLM, so it is in English (see the language convention in CLAUDE.md).