feat: add native agent with conversation history

This commit is contained in:
William Valentin
2026-02-02 20:56:46 -08:00
parent 70c3960527
commit 69309e58bc
4 changed files with 119 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
export { NativeAgent, type NativeAgentConfig } from './agent.js';