Add AnyAPI integration - #594
Open
kev1n wants to merge 2 commits into
Open
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
|
Someone is attempting to deploy a commit to the deepset Team on Vercel. A member of the Team first needs to authorize it. |
The package is live on PyPI, so the frontmatter carries pypi alongside repo and the installation section is a plain pip install instead of the git-subdirectory workaround.
Author
|
Update: The listing now carries the Nothing else in the file changed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
integrations/anyapi.mdandlogos/anyapi.pngfor AnyAPI, a marketplace for data and scraping APIs behind one key and one USD wallet.The
anyapi-haystackpackage exposes five components (AnyAPISearchAPIs,AnyAPIListAPIs,AnyAPIGetAPI,AnyAPIRunAPI,AnyAPIGetBalance) plusComponentToolwrappers and a system prompt for a HaystackAgent. It is a thin adapter over the publishedgetanyapiSDK, so it implements no HTTP, auth, or pricing of its own.Notes for review:
type: Tool Integration.reporather thanpypi, per the README: "there should be at least one of either thepypiorrepofields for us to merge the integration." The install instruction in the body is the git install that works today, and I will open a follow-up PR adding thepypifield once the package is published.repopoints at the package directory inside the source monorepo, matching the pattern most existing entries use.haystack-ai3.1.1: the pipeline is built and connected, and the agent is constructed with all five tools./logos/anyapi.png.