llamaIndex - 💡(How to fix) Fix Add llama-index-tools-instanode to LlamaHub listings [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
run-llama/llama_index#21413Fetched 2026-04-19 15:04:05
View on GitHub
Comments
0
Participants
1
Timeline
0
Reactions
0

Code Example

llama_index_tools_instanode/
├── __init__.py        # re-exports InstanodeToolSpec
└── base.py            # BaseToolSpec subclass — full source
pyproject.toml         # hatchling build, declares spec_functions
README.md, LICENSE, tests/
RAW_BUFFERClick to expand / collapse

Per CONTRIBUTING.md / close_new_integration_prs.yml, new integration packages are no longer accepted as PRs in this repo and should be maintained externally on PyPI. Following that guidance — opening an issue to request an llamahub.ai listing instead.

Package

What it does

Ships a BaseToolSpec subclass (InstanodeToolSpec) with three spec-functions:

  • provision_postgres(name) — returns a live postgres:// DSN (pgvector pre-installed). Free tier is anonymous, 24h TTL, 10 MB / 2 connections.
  • provision_webhook(name) — returns an HTTPS receiver URL for third-party callbacks.
  • list_resources() — enumerates resources owned by the authenticated account.

The underlying service, instanode.dev, exposes zero-setup Postgres + webhook provisioning over HTTP. The package is designed for agents that need storage or callback endpoints mid-conversation without pre-configured infrastructure.

Canonical layout

The repo mirrors the in-monorepo layout for llama-index-tools-* packages so if policy ever reverses it's a clean move:

llama_index_tools_instanode/
├── __init__.py        # re-exports InstanodeToolSpec
└── base.py            # BaseToolSpec subclass — full source
pyproject.toml         # hatchling build, declares spec_functions
README.md, LICENSE, tests/

pyproject.toml includes the standard [tool.llamahub] metadata block.

AI disclosure

Issue prepared with Claude's assistance. Let me know if anything else is needed for inclusion in llamahub.ai.

extent analysis

TL;DR

The package llama-index-tools-instanode should be listed on llamahub.ai as it is now maintained externally on PyPI.

Guidance

  • Review the package's PyPI listing and repository to ensure it meets the requirements for listing on llamahub.ai.
  • Verify that the pyproject.toml file includes the necessary [tool.llamahub] metadata block.
  • Check the package's documentation and README to ensure it provides clear instructions for use and integration with llamahub.ai.
  • Confirm that the package's license and dependencies are compatible with llamahub.ai's requirements.

Notes

The issue provides detailed information about the package, including its functionality, repository, and PyPI listing. However, the decision to list the package on llamahub.ai ultimately depends on the review and approval process.

Recommendation

Apply workaround: Request a listing on llamahub.ai for the llama-index-tools-instanode package, as it is now maintained externally on PyPI and meets the necessary requirements.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING