Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/docs/.claude/worktrees/condescending-ishizaka
Submodule condescending-ishizaka added at 359611
1 change: 1 addition & 0 deletions docs/docs/.claude/worktrees/gracious-blackburn
Submodule gracious-blackburn added at 359611
1 change: 1 addition & 0 deletions docs/docs/.claude/worktrees/hungry-wilson
Submodule hungry-wilson added at cdcd81
1 change: 1 addition & 0 deletions docs/docs/.claude/worktrees/jolly-mclaren
Submodule jolly-mclaren added at 477c3e
1 change: 1 addition & 0 deletions docs/docs/.claude/worktrees/recursing-banach
Submodule recursing-banach added at 359611
1 change: 1 addition & 0 deletions docs/docs/.claude/worktrees/strange-jackson
Submodule strange-jackson added at d540c9
1 change: 1 addition & 0 deletions docs/docs/.claude/worktrees/xenodochial-payne
Submodule xenodochial-payne added at ee8ccd
4 changes: 2 additions & 2 deletions docs/docs/legal/licensing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 'License acknowledgements'
description: 'Third-party software licenses used in PolyAI ADK.'
---

PolyAI ADK uses several third-party open source software packages. We gratefully acknowledge the contributions of the open source community. The packages and licensing can be found in [licenses.json](https://github.com/polyai/adk/blob/main/licenses.json).
PolyAI ADK uses several third-party open source software packages. We gratefully acknowledge the contributions of the open source community.

## Full license texts

Expand Down Expand Up @@ -539,4 +539,4 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice

This Source Code Form is "Incompatible With Secondary Licenses", as
defined by the Mozilla Public License, v. 2.0.
```
```
8 changes: 8 additions & 0 deletions docs/docs/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ poly pull --force
poly pull --format
~~~

If the branch you are currently on no longer exists in Agent Studio, `poly pull` automatically switches to the `main` branch and displays a warning message with the new branch name.

When using JSON output (`--json`), the response includes `new_branch_name` and `new_branch_id` fields if a branch switch occurred.

### `poly push`

Push local changes to Agent Studio.
Expand All @@ -67,6 +71,10 @@ poly push --force
poly push --format
~~~

When pushing creates a new branch (for example, when pushing to Agent Studio for the first time on a branch), the CLI displays a message with the new branch name.

When using JSON output (`--json`), the response includes `new_branch_name` and `new_branch_id` fields if a new branch was created.

### `poly status`

View changed, new, and deleted files in your project.
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
mkdocs==1.6.1
mkdocs-material==9.6.20
pymdown-extensions==10.14.3
pygments==2.18.0