From 1fafc27aecabc332f7f6df565e72665b0941b921 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Wed, 19 Feb 2025 21:48:44 +0700 Subject: [PATCH] docs: add readmes to sub packages --- legacy/packages/ai-sdk/readme.md | 24 ++++++++++++++++++++++ legacy/packages/bing/readme.md | 24 ++++++++++++++++++++++ legacy/packages/calculator/readme.md | 24 ++++++++++++++++++++++ legacy/packages/clearbit/readme.md | 24 ++++++++++++++++++++++ legacy/packages/core/package.json | 13 ++++++++++++ legacy/packages/core/readme.md | 24 ++++++++++++++++++++++ legacy/packages/dexa/readme.md | 24 ++++++++++++++++++++++ legacy/packages/dexter/readme.md | 24 ++++++++++++++++++++++ legacy/packages/diffbot/readme.md | 24 ++++++++++++++++++++++ legacy/packages/e2b/readme.md | 24 ++++++++++++++++++++++ legacy/packages/exa/readme.md | 24 ++++++++++++++++++++++ legacy/packages/firecrawl/readme.md | 24 ++++++++++++++++++++++ legacy/packages/genkit/readme.md | 24 ++++++++++++++++++++++ legacy/packages/github/readme.md | 24 ++++++++++++++++++++++ legacy/packages/hacker-news/readme.md | 24 ++++++++++++++++++++++ legacy/packages/hunter/readme.md | 24 ++++++++++++++++++++++ legacy/packages/jigsawstack/readme.md | 24 ++++++++++++++++++++++ legacy/packages/jina/readme.md | 24 ++++++++++++++++++++++ legacy/packages/langchain/readme.md | 24 ++++++++++++++++++++++ legacy/packages/llamaindex/readme.md | 24 ++++++++++++++++++++++ legacy/packages/midjourney/readme.md | 24 ++++++++++++++++++++++ legacy/packages/novu/readme.md | 24 ++++++++++++++++++++++ legacy/packages/people-data-labs/readme.md | 24 ++++++++++++++++++++++ legacy/packages/perigon/readme.md | 24 ++++++++++++++++++++++ legacy/packages/polygon/readme.md | 24 ++++++++++++++++++++++ legacy/packages/predict-leads/readme.md | 24 ++++++++++++++++++++++ legacy/packages/proxycurl/readme.md | 24 ++++++++++++++++++++++ legacy/packages/searxng/readme.md | 24 ++++++++++++++++++++++ legacy/packages/serpapi/readme.md | 24 ++++++++++++++++++++++ legacy/packages/serper/readme.md | 24 ++++++++++++++++++++++ legacy/packages/stdlib/package.json | 13 ++++++++++++ legacy/packages/stdlib/readme.md | 24 ++++++++++++++++++++++ legacy/packages/tavily/readme.md | 24 ++++++++++++++++++++++ legacy/packages/twilio/readme.md | 24 ++++++++++++++++++++++ legacy/packages/twitter/readme.md | 24 ++++++++++++++++++++++ legacy/packages/weather/readme.md | 24 ++++++++++++++++++++++ legacy/packages/wikidata/readme.md | 24 ++++++++++++++++++++++ legacy/packages/wikipedia/readme.md | 24 ++++++++++++++++++++++ legacy/packages/wolfram-alpha/readme.md | 24 ++++++++++++++++++++++ 39 files changed, 914 insertions(+) create mode 100644 legacy/packages/ai-sdk/readme.md create mode 100644 legacy/packages/bing/readme.md create mode 100644 legacy/packages/calculator/readme.md create mode 100644 legacy/packages/clearbit/readme.md create mode 100644 legacy/packages/core/readme.md create mode 100644 legacy/packages/dexa/readme.md create mode 100644 legacy/packages/dexter/readme.md create mode 100644 legacy/packages/diffbot/readme.md create mode 100644 legacy/packages/e2b/readme.md create mode 100644 legacy/packages/exa/readme.md create mode 100644 legacy/packages/firecrawl/readme.md create mode 100644 legacy/packages/genkit/readme.md create mode 100644 legacy/packages/github/readme.md create mode 100644 legacy/packages/hacker-news/readme.md create mode 100644 legacy/packages/hunter/readme.md create mode 100644 legacy/packages/jigsawstack/readme.md create mode 100644 legacy/packages/jina/readme.md create mode 100644 legacy/packages/langchain/readme.md create mode 100644 legacy/packages/llamaindex/readme.md create mode 100644 legacy/packages/midjourney/readme.md create mode 100644 legacy/packages/novu/readme.md create mode 100644 legacy/packages/people-data-labs/readme.md create mode 100644 legacy/packages/perigon/readme.md create mode 100644 legacy/packages/polygon/readme.md create mode 100644 legacy/packages/predict-leads/readme.md create mode 100644 legacy/packages/proxycurl/readme.md create mode 100644 legacy/packages/searxng/readme.md create mode 100644 legacy/packages/serpapi/readme.md create mode 100644 legacy/packages/serper/readme.md create mode 100644 legacy/packages/stdlib/readme.md create mode 100644 legacy/packages/tavily/readme.md create mode 100644 legacy/packages/twilio/readme.md create mode 100644 legacy/packages/twitter/readme.md create mode 100644 legacy/packages/weather/readme.md create mode 100644 legacy/packages/wikidata/readme.md create mode 100644 legacy/packages/wikipedia/readme.md create mode 100644 legacy/packages/wolfram-alpha/readme.md diff --git a/legacy/packages/ai-sdk/readme.md b/legacy/packages/ai-sdk/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/ai-sdk/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/bing/readme.md b/legacy/packages/bing/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/bing/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/calculator/readme.md b/legacy/packages/calculator/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/calculator/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/clearbit/readme.md b/legacy/packages/clearbit/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/clearbit/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/core/package.json b/legacy/packages/core/package.json index 66733222..0e35fbc7 100644 --- a/legacy/packages/core/package.json +++ b/legacy/packages/core/package.json @@ -49,6 +49,19 @@ "@agentic/tsconfig": "workspace:*", "openai-fetch": "^3.3.1" }, + "keywords": [ + "agentic", + "ai", + "sdk", + "openai", + "llm", + "tools", + "stdlib", + "standard", + "library", + "functions", + "typescript" + ], "publishConfig": { "access": "public" } diff --git a/legacy/packages/core/readme.md b/legacy/packages/core/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/core/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/dexa/readme.md b/legacy/packages/dexa/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/dexa/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/dexter/readme.md b/legacy/packages/dexter/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/dexter/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/diffbot/readme.md b/legacy/packages/diffbot/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/diffbot/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/e2b/readme.md b/legacy/packages/e2b/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/e2b/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/exa/readme.md b/legacy/packages/exa/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/exa/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/firecrawl/readme.md b/legacy/packages/firecrawl/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/firecrawl/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/genkit/readme.md b/legacy/packages/genkit/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/genkit/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/github/readme.md b/legacy/packages/github/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/github/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/hacker-news/readme.md b/legacy/packages/hacker-news/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/hacker-news/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/hunter/readme.md b/legacy/packages/hunter/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/hunter/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/jigsawstack/readme.md b/legacy/packages/jigsawstack/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/jigsawstack/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/jina/readme.md b/legacy/packages/jina/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/jina/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/langchain/readme.md b/legacy/packages/langchain/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/langchain/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/llamaindex/readme.md b/legacy/packages/llamaindex/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/llamaindex/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/midjourney/readme.md b/legacy/packages/midjourney/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/midjourney/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/novu/readme.md b/legacy/packages/novu/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/novu/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/people-data-labs/readme.md b/legacy/packages/people-data-labs/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/people-data-labs/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/perigon/readme.md b/legacy/packages/perigon/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/perigon/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/polygon/readme.md b/legacy/packages/polygon/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/polygon/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/predict-leads/readme.md b/legacy/packages/predict-leads/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/predict-leads/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/proxycurl/readme.md b/legacy/packages/proxycurl/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/proxycurl/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/searxng/readme.md b/legacy/packages/searxng/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/searxng/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/serpapi/readme.md b/legacy/packages/serpapi/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/serpapi/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/serper/readme.md b/legacy/packages/serper/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/serper/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/stdlib/package.json b/legacy/packages/stdlib/package.json index 679ff230..bc111b13 100644 --- a/legacy/packages/stdlib/package.json +++ b/legacy/packages/stdlib/package.json @@ -76,6 +76,19 @@ "devDependencies": { "@agentic/tsconfig": "workspace:*" }, + "keywords": [ + "agentic", + "ai", + "sdk", + "openai", + "llm", + "tools", + "stdlib", + "standard", + "library", + "functions", + "typescript" + ], "publishConfig": { "access": "public" } diff --git a/legacy/packages/stdlib/readme.md b/legacy/packages/stdlib/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/stdlib/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/tavily/readme.md b/legacy/packages/tavily/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/tavily/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/twilio/readme.md b/legacy/packages/twilio/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/twilio/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/twitter/readme.md b/legacy/packages/twitter/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/twitter/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/weather/readme.md b/legacy/packages/weather/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/weather/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/wikidata/readme.md b/legacy/packages/wikidata/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/wikidata/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/wikipedia/readme.md b/legacy/packages/wikipedia/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/wikipedia/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs) diff --git a/legacy/packages/wolfram-alpha/readme.md b/legacy/packages/wolfram-alpha/readme.md new file mode 100644 index 00000000..38781f32 --- /dev/null +++ b/legacy/packages/wolfram-alpha/readme.md @@ -0,0 +1,24 @@ +

+ + Agentic + +

+ +

+ AI agent stdlib that works with any LLM and TypeScript AI SDK. +

+ +

+ Build Status + NPM + MIT License + Prettier Code Formatting +

+ +# Agentic + +**See the [github repo](https://github.com/transitive-bullshit/agentic) or [docs](https://agentic.so) for more info.** + +## License + +MIT © [Travis Fischer](https://x.com/transitive_bs)