Skip to content

Commit 122d0f6

Browse files
authored
Merge pull request #69 from nikomatsakis/main
upgrade to the latest
2 parents 1e9d604 + 761632a commit 122d0f6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1162
-445
lines changed

Cargo.lock

Lines changed: 64 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,22 @@ members = [
66
"src/symposium-acp-proxy",
77
"src/symposium-acp-agent",
88
"src/symposium-crate-sources-proxy",
9+
"src/symposium-ferris",
910
"src/symposium-math",
1011
"src/cli-agent-util",
1112
"src/symposium-benchmark",
1213
]
1314
resolver = "2"
1415

1516
[workspace.dependencies]
16-
sacp = "9.0.0"
17-
sacp-tokio = "9.0.0"
18-
sacp-conductor = "9.0.0"
19-
sacp-rmcp = "9.0.0"
20-
sacp-tee = "9.0.0"
21-
sacp-test = "9.0.0"
22-
yopo = "9.0.0"
23-
elizacp = "9.0.0"
17+
sacp = "10.0.0-alpha.2"
18+
sacp-tokio = "10.0.0-alpha.2"
19+
sacp-conductor = "10.0.0-alpha.2"
20+
sacp-rmcp = "10.0.0-alpha.2"
21+
sacp-tee = "10.0.0-alpha.2"
22+
sacp-test = "10.0.0-alpha.2"
23+
yopo = "10.0.0-alpha.2"
24+
elizacp = "10.0.0-alpha.2"
2425
jsonrpcmsg = "0.1.2"
2526

2627
# Core async runtime
@@ -45,10 +46,10 @@ tracing = "0.1"
4546
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
4647

4748
# MCP SDK
48-
rmcp = { version = "0.9", features = ["server", "transport-io", "schemars"] }
49+
rmcp = { version = "0.12", features = ["server", "transport-io", "schemars"] }
4950

5051
# Sparkle integration
51-
sparkle = { package = "sparkle-mcp", version = "0.2.1" }
52+
sparkle = { package = "sparkle-mcp", version = "0.3.0" }
5253

5354
# CLI parsing
5455
clap = { version = "4.0", features = ["derive"] }

README.md

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,37 @@
11
# Symposium
22

3-
![Symposium logo](https://raw.githubusercontent.com/symposium-dev/symposium/refs/heads/main/md/artwork/logo-alcove.svg)
3+
<p align="center">
4+
<img src="https://raw.githubusercontent.com/symposium-dev/symposium/refs/heads/main/md/artwork/symposium5_vase-ferris.png" alt="Symposium logo" width="300"/>
5+
</p>
46

5-
"Collaborative AI built collaboratively"
7+
<p align="center"><em>Collaborative AI built collaboratively</em></p>
68

7-
For more information, visit <https://symposium-dev.github.io/symposium/>.
9+
---
10+
11+
Symposium is a set of components that make AI agents work better. These components are compatible with any ACP-based editing system, including Zed, VSCode (with this extension), and IntelliJ and NeoVim (coming soon).
12+
13+
## Features
14+
15+
### Rust Crate Sources Tool
16+
17+
Query the source code of any Rust crate directly. When the agent needs to understand how a crate works, it can examine the actual implementation rather than relying on potentially outdated documentation.
18+
19+
### Rich Collaboration (coming soon)
20+
21+
Interactive patterns for human-AI partnership beyond simple text exchanges, including Sparkle collaborative identity, walkthroughs, and taskspaces.
22+
23+
### Ecosystem-Powered Knowledge (coming soon)
24+
25+
Crate authors will be able to provide specialized AI tooling through Cargo.toml metadata, bringing domain knowledge directly to the agent.
26+
27+
## Status
28+
29+
⚠️ **Pre-alpha software** - expect frequent changes. We welcome users and contributors, but this is exploratory work.
30+
31+
## Documentation
32+
33+
For more information, visit the [Symposium documentation](https://symposium-dev.github.io/symposium/).
34+
35+
## Community
36+
37+
Symposium is open source. We welcome [contributors](https://symposium-dev.github.io/symposium/contribute.html) and maintain a [code of conduct](https://github.com/symposium-dev/symposium/blob/main/CODE_OF_CONDUCT.md).

md/artwork/ferris-in-a-robe-clean.svg

Lines changed: 19 additions & 0 deletions
Loading

md/artwork/ferris-in-a-robe-thick.svg

Lines changed: 19 additions & 0 deletions
Loading

md/artwork/ferris-in-a-robe-thick5.svg

Lines changed: 19 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)