claude-quickstarts icon indicating copy to clipboard operation
claude-quickstarts copied to clipboard

A collection of projects designed to help developers quickly get started with building deployable applications using the Claude API

Results 114 claude-quickstarts issues
Sort by recently updated
recently updated
newest added

## Description ## Quickstart - [ ] Computer Use Demo - [ ] Customer Support Agent - [ ] Financial Data Analyst - [ ] N/A ## Type of Change...

## Bug Description The published Docker image `ghcr.io/anthropics/anthropic-quickstarts:computer-use-demo-latest` fails to start due to an import error. ## Error Message ``` ImportError: cannot import name 'EditTool20250429' from 'computer_use_demo.tools.edit' (/home/computeruse/computer_use_demo/tools/edit.py) ``` ##...

bug
computer use
docker
priority-high

## Description ## Quickstart - [ ] Computer Use Demo - [ ] Customer Support Agent - [ ] Financial Data Analyst - [ ] N/A ## Type of Change...

PS C:\Users\Administrator\anthropic-quickstarts\computer-use-demo> docker run --rm -it ` >> -e WIDTH=$env:WIDTH ` >> -e HEIGHT=$env:HEIGHT ` >> -e ANTHROPIC_API_KEY=$env:ANTHROPIC_API_KEY ` >> -p 8502:8501 computer-use-demo exec ./entrypoint.sh: no such file or directory...

bug
computer use
windows
docker

% docker run \ -e ANTHROPIC_API_KEY=$ANTHROPIC_API_KEY \ -v $HOME/.anthropic:/home/computeruse/.anthropic \ -p 5900:5900 \ -p 8501:8501 \ -p 6080:6080 \ -p 8080:8080 \ -it ghcr.io/anthropics/anthropic-quickstarts:computer-use-demo-latest docker: Error response from daemon: unable...

bug
computer use
docker

I am not sure if this is just due to the way I use the docker images or due to my docker configuration, but if you stop and restart the...

documentation
computer use
docker

`fileData` in `financial-data-analyst\app\api\finance\route.ts` appears like it will never be used as the frontend will never populate that field. This looks like a vestige of a refactor as the frontend ends...

bug
financial-data-analyst

How can i add example flutter for financial data analyst repo? Link Repo: https://github.com/olololoe110399/financial_data_analyst/tree/main

question
financial-data-analyst

can we have data folder, where we can upload custom data files such as images, pdf to train the data ?

question
financial-data-analyst

I originally faced it here https://github.com/anthropics/anthropic-quickstarts/issues/41 But once I closed that container and reran I can't seem to make streamlit app work for me. I've been trying to set up...

question
computer use
docker