UNPKG
doctool
Version:
latest (1.1.0)
1.1.0
1.0.0
AI-powered documentation validation and management system
github.com/narthur/doctool
narthur/doctool
doctool
/
dist
/
src
/
agents
/
knowledgeManagerAgent.d.ts
3 lines
(2 loc)
•
86 B
TypeScript
View Raw
1
2
3
import
{
Agent
}
from
"praisonai"
;
export
declare
const
knowledgeManagerAgent
:
Agent
;