Skip to content

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

Notifications You must be signed in to change notification settings

siddicky/kali_computer_use

 
 

Repository files navigation

kali computer use

セットアップ(30分程かかります)

git clone https://github.com/yone456/kali_computer_use.git
cd kali_computer_use/computer-use-demo/
docker build -t kali:latest --no-cache .
set ANTHROPIC_API_KEY=%your_api_key%
docker run -e ANTHROPIC_API_KEY=%ANTHROPIC_API_KEY% -v %USERPROFILE%\.anthropic:/home/computeruse/.anthropic -p 5900:5900 -p 8501:8501 -p 6080:6080 -p 8080:8080 -it kali:latest

dockerコンテナのシェルが起動後

dos2unix *.sh(ホストOSがwindowsの場合)
./entrypoint.sh

注意

windowsのみでしか検証を行っていません。

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.0%
  • Shell 5.9%
  • HTML 3.8%
  • Dockerfile 3.3%