Skip to content

Commit 52bcb2a

Browse files
committed
fixes
1 parent 4d3a6b0 commit 52bcb2a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/test-code-samples.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ jobs:
107107
id: test
108108
env:
109109
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
110-
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY || 'dummy-key-for-ci' }}
111110
POSTGRES_URI: postgresql://postgres:postgres@127.0.0.1:5432/postgres?sslmode=disable
112111
TAVILY_API_KEY: ${{ secrets.TAVILY_API_KEY }}
113112
run: |

src/oss/deepagents/quickstart.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,5 +467,3 @@ Now that you've built your first deep agent:
467467
- **Add long-term memory**: Enable [persistent memory](/oss/deepagents/memory) across conversations.
468468
- **Deploy to production**: Learn about [deployment options](/oss/deepagents/deploy) for Deep Agents.
469469

470-
/oss/deepagents/deploy) for Deep Agents.
471-

0 commit comments

Comments
 (0)