All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Git submodule consumer:
scripts/submodule-add-sdk.mjs,link-sdk-deps.mjs,doctor-sdk-submodule.mjs,sdk.lock.json— docs/SUBMODULE_CONSUMER.md, docs/sdk/SDK_SUBMODULE_INTEGRATION.md - Project context:
sdk.getProjectId(),requireProjectId(),updateProjectId(), login → HTTPClient sync, docs/PROJECT_CONTEXT.md - Integrator scope:
SDKConfig.sdkAudience(integratordefault,platform_operatorfor AgentStack ops); guards onsdk.admin,sdk.platform.adminData,/api/admin/*HTTP; admin modules omitted fromgetModuleCatalog()for integrators; docs/INTEGRATOR_SCOPE.md;assertIntegratorModule()in AI preflight resolveAgentStackApiBase()and production URL constants (agentstack.tech)AGENTS.md, AI Application Factory / integrator guides,llms.txtgetModuleCatalog()documentation (docs/SDK_MODULE_CATALOG.md)- Subpath exports:
@agentstack/sdk/capability-tasks,@agentstack/sdk/manifest - AI preflight:
validateAppManifest,assertModuleEnabled,listRegisteredTaskPorts - CI guards:
check:docs-urls,check:package-exports,check:docs-api-symbols - Examples under
examples/ai/ - Mirror runbook:
docs/sdk/SDK_MIRROR_PUBLISH_RUNBOOK.md
- Docs/examples: production API
https://agentstack.tech/apieverywhere; removed misleading Docker deployment section; legacy hosts and broken doc TOC links fixed;check-docs-urlsguards legacy hosts, barelocalhost:8000, and missing/apion production origin - Default integrator API base is production (
https://agentstack.tech/api) - GitHub repository metadata →
agentstacktech/agentstack-sdk - README project API examples use
sdk.platform.api(not misleadingsdk.projects.get)
1.1.0 - 2025-02-23
- AgentStackSDK core class with modular architecture
- AgentAuth, AgentAPI, AgentNeural, AgentDocs, AgentPayments, AgentAnalytics
- AgentWebhooks, AgentScheduler, AgentNotifications, AgentWallets
- AgentInvoices, AgentBilling, AgentRBAC, AgentI18n
- AgentDNA, AgentLogic, AgentCommand, AgentMarketplace
- AgentAssets, AgentGlobalAssets, AgentBuffs
- Protein system: AgentProtein, ProteinResponseProcessor, PageCompositionSystem, GameDataSystem
- FileStorageIntegration for DNA and Protein
- ESM and CJS builds with TypeScript declarations
- React peer dependencies (optional)
- Unified Python SDK naming:
pip install agentstack,from agentstack import AgentStackSDK
- N/A
1.0.0 - 2025-01-15
- Initial release
- Core HTTP client with retry and caching
- Basic auth and API modules