claude-agent-sdk-python
claude-agent-sdk-python copied to clipboard
Google Colab Test with model fom Vertex AI
I'm getting error
` CLINotFoundError: Claude Code not found. Install with: npm install -g @anthropic-ai/claude-code
If already installed locally, try: export PATH="$HOME/node_modules/.bin:$PATH"
Or specify the path when creating transport: SubprocessCLITransport(..., cli_path='/path/to/claude') `
also I'm trying to setup model from vertex , is there a doc how to use a model from vertex to a Agent SDK?