cookbook/90_models/cohere/README.md
Note: Fork and clone this repository if needed
python3 -m venv ~/.venvs/aienv
source ~/.venvs/aienv/bin/activate
CO_API_KEYexport CO_API_KEY=***
uv pip install -U cohere ddgs duckdb yfinance agno
python cookbook/92_models/cohere/basic_stream.py
python cookbook/92_models/cohere/basic.py
python cookbook/92_models/cohere/tool_use.py
python cookbook/92_models/cohere/structured_output.py
python cookbook/92_models/cohere/storage.py
python cookbook/92_models/cohere/knowledge.py
python cookbook/92_models/cohere/memory.py