QVeris
运行任务
文档目录

配置

class qveris.QverisConfig

Configuration for Qveris connectivity and agent loop limits.

This config is used by:

  • qveris.client.api.QverisClient (API key, base URL)
  • qveris.agent.core.Agent (loop controls like history pruning and max iterations)

class qveris.AgentConfig

Configuration for LLM behavior used by Agent.

备注

  • model is passed to the active LLMProvider implementation.
  • additional_system_prompt is appended to the default system prompt used for tool use.
  • temperature is forwarded to the provider (if supported).

这个页面对你有帮助吗?