MCPcopy Create free account
hub / github.com/devnomad-byte/EvolveHub / AgentRuntimeConfig

Interface AgentRuntimeConfig

frontend/src/api/agentRuntimeConfig.ts:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71/** Agent运行时配置 */
72export interface AgentRuntimeConfig {
73 id: number | null
74 configKey: string
75 configValue: string
76 description: string
77 updateTime: string | null
78}
79
80/** Agent运行时配置历史 */
81export interface AgentRuntimeConfigHistory {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected