8 lines
318 B
TypeScript
8 lines
318 B
TypeScript
|
|
// @push.rocks/smartagent
|
||
|
|
import { runAgent } from '@push.rocks/smartagent';
|
||
|
|
export { runAgent };
|
||
|
|
export type { IAgentRunOptions, IAgentRunResult } from '@push.rocks/smartagent';
|
||
|
|
|
||
|
|
// @push.rocks/smartai (types re-exported from ai SDK)
|
||
|
|
export type { LanguageModelV3, ModelMessage, ToolSet } from '@push.rocks/smartai';
|