ReadyAgents Core 1.9.0
Connector suite: typed contract, SDK, first-party set, catalog CLI.
Typed contract above the tool registry (ConnectorSpec / ConnectorContext),
SDK with Retry-After, pagination and size caps, and a small first-party set
(rest, sql, object_storage, message, ingest). Write-shaped connectors
gate by default; idempotency keys de-dupe retries. readyagents connectors list|show|test is the catalog. Conformance harness fails own-socket /
non-granted-secret / cap-bypass connectors. Catalog is small by design;
governance is the differentiator, not certification.
Also fixed: REST write ops classified from connector_config HTTP method
before the default write gate; message pins destinations to the declaration;
connector HTTP reuses http_get public-IP SSRF pinning including redirects.
See docs/connectors.md and
docs/connector-sdk.md.
Packs are waitlisted, not for sale.
Try it
pip install readyagentsdev==1.9.0
readyagents connectors list
readyagents connectors show rest
readyagents connectors test restOr clone https://github.com/readyagentsdev/readyagents-core and pip install -e ..