Skip to content

Releases: polos-dev/polos

v0.1.22

24 Feb 18:40

Choose a tag to compare

Full Changelog: v0.2.2...v0.1.22

TypeScript SDK v0.2.3

24 Feb 18:27

Choose a tag to compare

TypeScript SDK v0.2.3

Changes

  • Bump typescript sdk version (1461eaf)
  • sdk/python: Support LiteLLM (ff801d2)
  • ui: Add link to trace detail page from session details (7bcaed5)
  • Added session pages in the UI (f2d691f)
  • Support slack channels for communication (60c15e1)
  • Update README (e792e28)
  • Update README to use youtube link (b36a5c7)
  • sdk/python: Send cancellation events to orchestrator before shutting down (faf9bce)

Installation

npm install @polos/sdk@0.2.3

Python SDK v0.1.15

24 Feb 18:22

Choose a tag to compare

Python SDK v0.1.15

Changes

  • sdk/python: Support LiteLLM (ff801d2)
  • ui: Add link to trace detail page from session details (7bcaed5)
  • Added session pages in the UI (f2d691f)
  • Support slack channels for communication (60c15e1)
  • Update README (e792e28)
  • Update README to use youtube link (b36a5c7)

Installation

pip install polos-sdk==0.1.15

create-polos (TypeScript) v0.1.2

24 Feb 19:21

Choose a tag to compare

create-polos (TypeScript) v0.1.2

Changes

  • Add repository URL to create-polos-ts (0e008bc)
  • Bump scaffolding versions (9b4b4a4)
  • Bump typescript sdk version (1461eaf)
  • sdk/python: Support LiteLLM (ff801d2)
  • ui: Add link to trace detail page from session details (7bcaed5)
  • Added session pages in the UI (f2d691f)
  • Support slack channels for communication (60c15e1)
  • Update README (e792e28)
  • Update README to use youtube link (b36a5c7)
  • sdk/python: Send cancellation events to orchestrator before shutting down (faf9bce)
  • Merge branch 'main' of https://github.com/polos-dev/polos (9210a18)
  • Fix exec for background tasks (c48c6bf)
  • Update README.md (7918b7b)
  • sdk/typescript: Update version (f4f4bfa)
  • Use pathrestriction by default for writes in cwd instead of approval=always (ad6e299)
  • cli: Remove HTTP timeout during streaming of events (6928037)
  • create-polos-py: Fix build (5fd13a6)
  • create-polos-py: Fix release build (efd08a4)
  • Update README (6bd43ad)
  • sdk/typescript: Update version to 0.2.0 (4903df5)
  • Update install.sh to use the new polos cli (695c02c)
  • typescript-examples: Update zod, added example for slack (9e94490)
  • sdk/typescript: Support slack channels (d4f0fdf)
  • sdk/python: Use default cwd for local env (4b77fea)
  • orchestrator: Support slack channels (b742565)
  • Script to test installers in dev mode (9930b80)
  • Added new polos cli (22439ba)
  • Updated READMEs to use polos CLI (764cac3)
  • Github workflows for installers (81fc57d)
  • npm installer for creating polos in ts (7ab4bf4)
  • pipx installer for creating polos in python (e9d80a2)
  • sdk/python: Sandbox lifecycle (execution and session) (5bec928)
  • sdk/typescript: Add sandbox lifecycle (execution & session) (b402551)
  • orchestrator: Fix bug in event loop (8f75c48)
  • typescript-examples: Simplify and use Polos() (7288fed)
  • sdk/typescript: Add Polos as a wrapper instance around worker and client (3f79ccb)
  • python-examples: Use Polos() (4f062b0)
  • sdk/python: Simplify worker and PolosClient into a single Polos instance (a607727)
  • sdk/python: Add memory compaction (acb8450)
  • Added memory compaction (332b86f)
  • orchestrator: Fix bug in worker execution count (e1c9916)
  • sdk/python: Make cancel behavior more robust (4e17ae6)
  • sdk/typescript: Support channels (phase 1) (be52c34)
  • sdk/python: Fix docker exec bug (f910455)
  • sdk/python: Fix bug in usage calculation when there are cached tokens (94185e1)
  • Update local-sandbox example to stream text as the agent executes (edeb2f6)
  • typescript-examples: Use latest polos-sdk (6766583)
  • bug fix: Clear prior caching before adding new checkpoints (5a8eadb)
  • sdk/typescript: Update version (375d0e5)
  • sdk/python: Anthropic prompt caching (c1e7416)
  • sdk/typescript: Anthropic prompt caching (ca630a0)
  • ui: Improve approval page look-and-feel (306fb93)
  • orchestrator: efficiently retrieve the suspend event (4c2edba)
  • Update README.md (7f71e51)
  • python and typescript examples for execution env and web approvals (40d8777)
  • sdk/typescript: Update package version (33f619a)
  • server: Fix env var in script (a91b036)
  • sdk/python: Support execution environments (acea446)
  • feature: Approval UI page (9e93240)
  • sdk/typescript: Support local execution environment (faef610)
  • sdk/typescript: Support approval for tools (faa74e3)
  • sdk/typescript: Sandbox env, tools for sandbox, web search and user input (ba03ebf)
  • Updated README with typescript examples (ccb2416)
  • Typescript examples (b5dfde8)
  • typescript-sdk: Fix repo settings and license (e327d90)
  • typescript-sdk: Use trusted publisher for npm (82e551a)
  • Fix npm publish (216e34e)
  • sdk/typescript: Fix uuid usage (70f07d1)
  • sdk/typescript: Fix usage of uuid for node18 (cb7e968)
  • Setup github action for publishing typescript sdk (e95447b)
  • ui: Fixes to use deployment_id while displaying agents/workflows (90159a2)
  • orchestrator: API fixes to use deployment_id, new API for worker status (69b62f3)
  • Typescript SDK (f4a12b1)
  • sdk/python: Return the correct API error if the requested worker ID is missing (afbabb7)
  • orchestrator: DB pooling improvements (b3d1e6f)
  • orchestrator: Use separate DB pools for API, events and bg tasks (e9fa1f9)
  • Merge branch 'main' of https://github.com/polos-dev/polos (56a563e)
  • Improve suspend/resume and lifecycle hook semantics (13424dd)
  • Update README.md (5a255cb)
  • sdk/python: Use deployment_id from env during initialization if not provided (eb7b7c0)
  • sdk/python: Order processing example (711061f)
  • Update README.md (3e8ed12)
  • Update README.md (099cd5c)
  • sdk/python: Fix publish_event call (d86e42e)
  • sdk/python: fix build (0081cf3)
  • sdk/python: update uv.lock (bcf661c)
  • orchestrator: Add openapi docs (fbd497a)
  • ui: Update nav links, rearrange buttons (075cff6)
  • server: Change installer to run server in the background (88a8844)
  • Update README.md (e47276a)
  • Update README.md (68d2926)
  • Update README.md (e41aa14)
  • Update README.md (a7cd5af)
  • assets: Add images for README (e272bd8)
  • sdk/python: stream and serialization bug fixes (31be192)
  • orchestrator: fix queueing bug, retrieve all data for events (cdd6685)
  • python-examples: starter examples for agents and workflows (a5f5adb)
  • fix build release (d907d01)
  • server: Change release to avoid creating single binary (fe856fc)
  • sdk/python: Update README (b1af4a9)
  • fix: auto-add install dir to PATH in shell config (2609896)
  • fix: filter install script to only use server releases (b8b7024)
  • fix: add setuptools_scm raw-options for CI builds (1c568e6)
  • fix: configure hatch-vcs to find git root for SDK versioning (85bc932)
  • ui: Don't error if no supabase in local mode (34e2370)
  • ui: Don't error if no supabase in local mode (23d010f)
  • server: fix ui errors (fe98713)
  • server: Fix polos-server start error (f936dfb)
  • Merge branch 'main' of https://github.com/polos-dev/polos (28d5e41)
  • docs: Improve guide (e1fed79)
  • Create CNAME (cc572bc)
  • Delete CNAME (ae719c1)
  • Create CNAME (37a1f45)
  • Delete CNAME (312e082)
  • Create CNAME (e64e2ff)
  • Rename to docs to use github pages (202c82b)
  • install: Installer for polos-server (0141f69)
  • github workflow: fix release (ffbf2c3)
  • github workflow: fix release, add python-sdk release (dcb5fc0)
  • github workflow: Fix create release (e85d361)
  • github workflow: Fix build - clean cached artifacts (5e9a752)
  • github workflow: Add libssl to cargo instead (a4f3237)
  • github workflows: Add libssl dependency for arm64 (cbe0f5d)
  • github workflow: Remove package-lock.json before building to fix rollup error (c04a301)
  • github workflow: Use --include=optional to resolve rollup dependency error (1aff2eb)
  • github workflow: use npm install instead of ci (04cda6f)
  • server: Local installer (c9ff0e8)
  • orchestrator: Use tab size of 4 (5b892dd)
  • sdk/python: Added step.random() (899a855)
  • sdk/python: Unit tests for PolosClient (0e2063c)
  • sdk/python: Move to using PolosClient instead of configure() (b4d278a)
  • sdk/python: Bug fixes in serialization and events (56cdce8)
  • sdk/python: Bug fixes for lifecycle hooks (1511509)
  • Python SDK (71c89a4)
  • orchestrator: queues for event-triggered tasks (690f283)
  • Platform UI (5110291)
  • Fix formatting (7fdeadf)
  • Use middleware auth for all APIs consistently (5128229)
  • Orchestrator APIs and tests (51b71e9)
  • Initial commit (328aec9)

Installation

npm install create-polos@0.1.2

create-polos (Python) v0.1.1

24 Feb 18:28

Choose a tag to compare

create-polos (Python) v0.1.1

Changes

  • Bump scaffolding versions (9b4b4a4)
  • Bump typescript sdk version (1461eaf)
  • sdk/python: Support LiteLLM (ff801d2)
  • ui: Add link to trace detail page from session details (7bcaed5)
  • Added session pages in the UI (f2d691f)
  • Support slack channels for communication (60c15e1)
  • Update README (e792e28)
  • Update README to use youtube link (b36a5c7)
  • sdk/python: Send cancellation events to orchestrator before shutting down (faf9bce)
  • Merge branch 'main' of https://github.com/polos-dev/polos (9210a18)
  • Fix exec for background tasks (c48c6bf)
  • Update README.md (7918b7b)
  • sdk/typescript: Update version (f4f4bfa)
  • Use pathrestriction by default for writes in cwd instead of approval=always (ad6e299)
  • cli: Remove HTTP timeout during streaming of events (6928037)

Installation

pip install create-polos==0.1.1

TypeScript SDK v0.2.2

20 Feb 01:32

Choose a tag to compare

TypeScript SDK v0.2.2

Changes

Installation

npm install @polos/sdk@0.2.2

Python SDK v0.1.14

20 Feb 20:30

Choose a tag to compare

Python SDK v0.1.14

Changes

  • sdk/python: Send cancellation events to orchestrator before shutting down (faf9bce)

Installation

pip install polos-sdk==0.1.14

Python SDK v0.1.13

20 Feb 01:30

Choose a tag to compare

Python SDK v0.1.13

Changes

Installation

pip install polos-sdk==0.1.13

v0.2.2

19 Feb 23:49

Choose a tag to compare

Full Changelog: v0.2.1...v0.2.2

v0.2.1

19 Feb 23:00

Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1