Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "general-agent-sdk",
"version": "0.1.0",
"description": "Session-first embedded Agent execution kernel SDK — stream LLM responses, manage hosted tools, and control agent sessions with full host ownership.",
"description": "TypeScript SDK for building AI agents that call tools, manage sessions, and ship to production.",
"type": "module",
"license": "MIT",
"repository": {
Expand Down
Loading