KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
cc-sdk-agent-demo
★ 20
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
aiokalshi
:
An asyncio-native Kalshi client for Python.
Comfy_Realtime_Preview
:
No description available.
EasyAppDev.Blazor.AutoComplete
:
A high-performance, feature-rich AutoComplete component for Blazor applications with AI-powered semantic search capabilities
cross-platform
:
Cross platform repository for Raven SWE project
DailyPaper
:
grab everyday new paper from arxiv
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
cc-sdk-agent-demo
?
Download (.md)
# CC Agent Tutorial A tutorial project for building agents with Claude Code. ## Prerequisites - Python 3.8+ - [uv](https://github.com/astral-sh/uv) package manager ## Setup 1. **Create virtual environment and install dependencies** ```bash uv venv uv sync ``` 2. **Configure environment variables** ```bash cp .env.example .env ``` Edit `.env` and add your API keys and configuration. 3. **Run the application** ```bash uv run main.py ``` ## Project Structure - `main.py` - Main application entry point - `tools.py` - Tool definitions and utilities - `.env.example` - Example environment configuration - `pyproject.toml` - Project dependencies and metadata