Skip to content

Commit 4be79b7

Browse files
authored
Merge pull request #127 from nikomatsakis/elizacp-no-more
feat: replace elizacp with Testy, a minimal internal test agent
2 parents f28445f + 9122e89 commit 4be79b7

36 files changed

Lines changed: 500 additions & 3981 deletions

.github/workflows/release-binaries.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Release Binaries
33
on:
44
push:
55
tags:
6-
- "elizacp-v*"
76
- "yopo-v*"
87
- "sacp-conductor-v*"
98
- "sacp-tee-v*"

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ members = [
66
"src/sacp-derive",
77
"src/sacp-tokio",
88
"src/sacp-rmcp",
9-
"src/elizacp",
109
"src/sacp-test",
1110
"src/yopo",
1211
"src/sacp-trace-viewer",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ This repository contains several crates:
3232
- **[`sacp-proxy`](./src/sacp-proxy/)** - Framework for building ACP proxy components
3333
- **[`sacp-conductor`](./src/sacp-conductor/)** - Binary that orchestrates proxy chains
3434

35-
**Examples & Testing:**
36-
- **[`elizacp`](./src/elizacp/)** - Example ACP agent implementing the classic Eliza chatbot (useful for testing)
35+
**Testing:**
36+
- **[`sacp-test`](./src/sacp-test/)** - Test utilities, fixtures, and a built-in test agent
3737

3838
## Documentation
3939

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Build binaries needed for integration tests
22
prep-tests:
33
cargo build -p sacp-conductor
4-
cargo build -p elizacp
4+
cargo build -p sacp-test --bin testy
55
cargo build -p sacp-test --bin mcp-echo-server --example arrow_proxy
66

77
# Run all tests (requires prep-tests first)

md/introduction.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ src/
2828
├── sacp-conductor/ # Conductor binary and library
2929
├── sacp-test/ # Test utilities and fixtures
3030
├── sacp-trace-viewer/ # Trace visualization tool
31-
├── elizacp/ # Example agent implementation
3231
└── yopo/ # "You Only Prompt Once" example client
3332
```
3433

src/elizacp/CHANGELOG.md

Lines changed: 0 additions & 271 deletions
This file was deleted.

src/elizacp/Cargo.toml

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)