Skip to content

Commit 02ad19c

Browse files
authored
Remove architecture diagram from README
Removed architecture diagram from README.md to streamline content.
1 parent c42f534 commit 02ad19c

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -92,18 +92,6 @@ The features that make an agent feel like a usable product: context, memory mana
9292

9393
Two-target Swift Package Manager project:
9494

95-
```
96-
swift-claude-code/
97-
├── Package.swift
98-
├── Sources/
99-
│ ├── Core/ ← library (all logic)
100-
│ │ ├── API/
101-
│ │ ├── Agent.swift agent loop + tool dispatch
102-
│ │ └── ShellExecutor.swift
103-
│ └── cli/ ← executable (@main entry point)
104-
└── Tests/CoreTests/
105-
```
106-
10795
**Core** is the library — API client, shell executor, agent loop, tools, everything testable. **cli** is just the entry point. The executable is called `claude`.
10896

10997
Raw HTTP to `POST https://api.anthropic.com/v1/messages` using [AsyncHTTPClient](https://github.com/swift-server/async-http-client). Works on both macOS and Linux.

0 commit comments

Comments
 (0)