anthropic-tools
No description available.
File Explorer
Download Latest Version (.zip)- local_db.jsonl
- __init__.py
- test_embedders.py
- test_search_tools.py
- test_utils.py
- __init__.py
- prompts.py
- test_base_tool.py
- test_prompt_constructors.py
- test_tool_user.py
- test_tools.py
- amazon-products.jsonl
- base_embedder.py
- huggingface.py
- base_vector_store.py
- pinecone.py
- constants.py
- utils.py
- vector_search_tool.py
- base_search_tool.py
- brave_search_tool.py
- elasticsearch_search_tool.py
- wikipedia_search_tool.py
- __init__.py
- base_tool.py
- sql_tool.py
- __init__.py
- calculator_example.py
- EXAMPLES.md
- messages_api_converters.py
- prompt_constructors.py
- tool_user.py
- weather_tool_example.py
- .gitignore
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/anthropics/anthropic-tools
Downloads the entire project code from GitHub to your computer.
cd anthropic-tools
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
python3 -m venv anthropictools
Runs the Python script (or module).
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
