feature/docs
Travis Fischer 2024-06-07 02:32:19 -05:00
rodzic dbb01dac86
commit 47b520d9a4
2 zmienionych plików z 3 dodań i 4 usunięć

Wyświetl plik

@ -2,14 +2,14 @@
"name": "agentic-examples", "name": "agentic-examples",
"private": true, "private": true,
"version": "0.1.0", "version": "0.1.0",
"description": "TODO", "description": "Examples of how to use the Agentic AI SDK.",
"author": "Travis Fischer <travis@transitivebullsh.it>", "author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "transitive-bullshit/agentic" "url": "git+https://github.com/transitive-bullshit/agentic.git"
}, },
"packageManager": "pnpm@9.1.4", "packageManager": "pnpm@9.2.0",
"engines": { "engines": {
"node": ">=18" "node": ">=18"
}, },

Wyświetl plik

@ -1,6 +1,5 @@
{ {
"name": "@agentic/stdlib", "name": "@agentic/stdlib",
"private": true,
"version": "0.3.1", "version": "0.3.1",
"description": "AI function stdlib that works with any LLM and TypeScript AI SDK.", "description": "AI function stdlib that works with any LLM and TypeScript AI SDK.",
"author": "Travis Fischer <travis@transitivebullsh.it>", "author": "Travis Fischer <travis@transitivebullsh.it>",