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
/
summaryAgent.js
6 lines
•
227 B
JavaScript
View Raw
1
2
3
4
5
6
import
{
Agent
}
from
"praisonai"
;
export
const
summaryAgent =
new
Agent
({
instructions
:
"Summarize the provided AI story in one sentence with emojis."
,
name
:
"SummaryAgent"
, });
//# sourceMappingURL=summaryAgent.js.map