Skip to content

Commit b93400d

Browse files
committed
fix: resolve merge conflicts with main for App Home header text
2 parents 084ff0f + facc0d9 commit b93400d

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

.claude/CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
44

55
## What This Is
66

7-
A monorepo containing three parallel implementations of **Casey**, an AI-powered IT helpdesk agent for Slack built with Bolt for Python. All implementations are functionally identical from the Slack user's perspective but use different AI agent frameworks:
7+
A monorepo containing three parallel implementations of **Casey**, an AI-powered IT support agent for Slack built with Bolt for Python. All implementations are functionally identical from the Slack user's perspective but use different AI agent frameworks:
88

99
- `claude-agent-sdk/` — Built with **Claude Agent SDK**
1010
- `openai-agents-sdk/` — Built with **OpenAI Agents SDK**

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Casey: IT Helpdesk Agent
1+
# Casey: IT Support Agent
22

3-
Meet Casey (it/this/that) — an AI-powered IT helpdesk agent that lives in Slack. Casey can troubleshoot common issues, search knowledge base articles, reset passwords, check system status, and create support tickets, all without leaving the conversation.
3+
Meet Casey (it/this/that) — an AI-powered IT support agent that lives in Slack. Casey can troubleshoot common issues, search knowledge base articles, reset passwords, check system status, and create support tickets, all without leaving the conversation.
44

55
Built with [Bolt for Python](https://docs.slack.dev/tools/bolt-python/).
66

claude-agent-sdk/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Casey: IT Helpdesk Agent (Bolt for Python and Claude Agent SDK)
1+
# Casey: IT Support Agent (Bolt for Python and Claude Agent SDK)
22

3-
Meet Casey (it/this/that) — an AI-powered IT helpdesk agent that lives in Slack. Casey can troubleshoot common issues, search knowledge base articles, reset passwords, check system status, and create support tickets, all without leaving the conversation.
3+
Meet Casey (it/this/that) — an AI-powered IT support agent that lives in Slack. Casey can troubleshoot common issues, search knowledge base articles, reset passwords, check system status, and create support tickets, all without leaving the conversation.
44

55
Built with [Bolt for Python](https://docs.slack.dev/tools/bolt-python/) and the [Claude Agent SDK](https://platform.claude.com/docs/en/agent-sdk/overview) using models from [Anthropic](https://www.anthropic.com).
66

@@ -310,7 +310,7 @@ The `casey.py` file configures the Claude Agent SDK with a system prompt, tools
310310

311311
The `deps.py` file defines the `CaseyDeps` dataclass passed to the agent at runtime, providing access to the Slack client and conversation context.
312312

313-
The `tools` directory contains five IT helpdesk tools defined using the `@tool` decorator from the Claude Agent SDK.
313+
The `tools` directory contains five IT support tools defined using the `@tool` decorator from the Claude Agent SDK.
314314

315315
### `/thread_context`
316316

openai-agents-sdk/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Casey: IT Helpdesk Agent (Bolt for Python and OpenAI Agents SDK)
1+
# Casey: IT Support Agent (Bolt for Python and OpenAI Agents SDK)
22

3-
Meet Casey (it/this/that) — an AI-powered IT helpdesk agent that lives in Slack. Casey can troubleshoot common issues, search knowledge base articles, reset passwords, check system status, and create support tickets, all without leaving the conversation.
3+
Meet Casey (it/this/that) — an AI-powered IT support agent that lives in Slack. Casey can troubleshoot common issues, search knowledge base articles, reset passwords, check system status, and create support tickets, all without leaving the conversation.
44

55
Built with [Bolt for Python](https://docs.slack.dev/tools/bolt-python/) and [OpenAI Agents SDK](https://openai.github.io/openai-agents-python/) using models from [OpenAI](https://openai.com).
66

@@ -306,7 +306,7 @@ The `support_agent.py` file defines the OpenAI Agents SDK Agent with a system pr
306306

307307
The `deps.py` file defines the `CaseyDeps` dataclass passed to the agent at runtime, providing access to the Slack client and conversation context.
308308

309-
The `tools` directory contains five IT helpdesk tools that the agent can call during a conversation.
309+
The `tools` directory contains five IT support tools that the agent can call during a conversation.
310310

311311
### `/thread_context`
312312

pydantic-ai/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Casey: IT Helpdesk Agent (Bolt for Python and Pydantic)
1+
# Casey: IT Support Agent (Bolt for Python and Pydantic)
22

3-
Meet Casey (it/this/that) — an AI-powered IT helpdesk agent that lives in Slack. Casey can troubleshoot common issues, search knowledge base articles, reset passwords, check system status, and create support tickets, all without leaving the conversation.
3+
Meet Casey (it/this/that) — an AI-powered IT support agent that lives in Slack. Casey can troubleshoot common issues, search knowledge base articles, reset passwords, check system status, and create support tickets, all without leaving the conversation.
44

55
Built with [Bolt for Python](https://docs.slack.dev/tools/bolt-python/) and [Pydantic AI](https://ai.pydantic.dev/) using models from [Anthropic](https://anthropic.com) or [OpenAI](https://openai.com).
66

@@ -324,7 +324,7 @@ The `casey.py` file defines the Pydantic AI Agent with a system prompt, personal
324324

325325
The `deps.py` file defines the `CaseyDeps` dataclass passed to the agent at runtime, providing access to the Slack client and conversation context.
326326

327-
The `tools` directory contains five IT helpdesk tools that the agent can call during a conversation.
327+
The `tools` directory contains five IT support tools that the agent can call during a conversation.
328328

329329
### `/thread_context`
330330

0 commit comments

Comments
 (0)