@oneshot-agent/sdk 0.8.0 → 0.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -100,6 +100,15 @@ Get testnet USDC from the [Circle Faucet](https://faucet.circle.com/).
|
|
|
100
100
|
| `enrichProfile()` | Enrich from LinkedIn/email |
|
|
101
101
|
| `findEmail()` | Find email for a person |
|
|
102
102
|
| `verifyEmail()` | Verify email deliverability |
|
|
103
|
+
| `deepResearchPerson()` | Full dossier on a person |
|
|
104
|
+
| `socialProfiles()` | Find all social accounts |
|
|
105
|
+
| `articleSearch()` | Find articles about a person |
|
|
106
|
+
| `personNewsfeed()` | Recent social posts with engagement |
|
|
107
|
+
| `personInterests()` | Analyze interests across categories |
|
|
108
|
+
| `personInteractions()` | Map followers, following, replies |
|
|
109
|
+
| `webSearch()` | Search the web |
|
|
110
|
+
| `webRead()` | Read any URL as markdown + screenshot |
|
|
111
|
+
| `browser()` | Autonomous browser — navigate, click, extract |
|
|
103
112
|
| `commerceBuy()` | Purchase products |
|
|
104
113
|
| `commerceSearch()` | Search products |
|
|
105
114
|
| `build()` | Build and deploy production websites |
|
|
@@ -365,7 +374,9 @@ PROD_ENV.usdcAddress; // 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
|
|
|
365
374
|
## Links
|
|
366
375
|
|
|
367
376
|
- [Documentation](https://docs.oneshotagent.com)
|
|
368
|
-
- [MCP Server](https://www.npmjs.com/package/@oneshot-agent/mcp-server)
|
|
377
|
+
- [MCP Server](https://www.npmjs.com/package/@oneshot-agent/mcp-server) — Claude Desktop, Cursor, Claude Code
|
|
378
|
+
- [Python SDK (LangChain)](https://pypi.org/project/langchain-oneshot/) — 26 tools as LangChain BaseTool
|
|
379
|
+
- [Python SDK (Core)](https://pypi.org/project/oneshot-python/) — HTTP client with x402 payments
|
|
369
380
|
- [Pricing](https://docs.oneshotagent.com/pricing)
|
|
370
381
|
- [GitHub](https://github.com/oneshot-agent/sdk)
|
|
371
382
|
|
package/package.json
CHANGED