We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fbb380 commit b02befaCopy full SHA for b02befa
packages/magnitude-core/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@isaacdyor/magnitude-core",
3
- "version": "0.2.38",
+ "version": "0.2.41",
4
"description": "Magnitude e2e testing agent",
5
"publishConfig": {
6
"access": "public"
packages/magnitude-core/src/index.ts
@@ -4,6 +4,7 @@ import { setLogLevel } from '@/ai/baml_client/config';
export { Agent } from "@/agent";
export { createAction } from '@/actions';
export { BrowserAgent, startBrowserAgent } from '@/agent/browserAgent';
7
+export type { LogEntry as AgentLogEntry, LogCallback as AgentLogCallback } from '@/agent/narrator';
8
//export { Magnus } from "@/agent/magnus";
9
//export type { AgentOptions as TestCaseAgentOptions } from "@/agent";
10
export * from "@/agent";
0 commit comments