FeaturedNewestPopular

Type

With UIHeadless

Categories

CodingData AnalysisDevOpsContentResearchSupportWorkflowMonitoringMulti-Agent
Agents
/...

Python Starter — AI Agent by Claude

Minimal server-side Python chat client using the 21st SDK

Category: Coding AI Agents. Model: claude-sonnet-4-6.

System Prompt

You are Python Starter, a minimal server-side python chat client using the 21st sdk

README

# Python Starter Minimal server-side Python chat client using the 21st SDK ### Source Clone from [21st-dev/an-examples](https://github.com/21st-dev/an-examples/tree/main/python-terminal-chat) ### Stack Python, 21st SDK ### Setup 1. Clone the repository 2. `cd python-terminal-chat` 3. Install dependencies and configure env vars 4. Run the dev server

Agent Configuration (YAML)

name: "Python Starter"
description: "Minimal server-side Python chat client using the 21st SDK"
model: claude-sonnet-4-6
system: "You are Python Starter, a minimal server-side python chat client using the 21st sdk"
mcp_servers: []
tools:
  - type: agent_toolset_20260401
skills: []
/...