toki
|
364f09fb01
|
chore: update claude settings and gitignore
|
2026-04-30 22:33:53 +09:00 |
|
toki
|
fa273bcc26
|
feat: add Python implementation and cross-test support
- Add Python toki_socket package (base_client, communicator, tcp/ws client/server)
- Add protobuf message definitions for Python
- Add go_python.go cross-test implementation and python_go_client
- Add agent-task/python_impl plan and code review docs
- Update .gitignore for Python cache files with recursive patterns
|
2026-04-23 16:44:43 +09:00 |
|
toki
|
8a8636762d
|
Update project structure and rules
|
2026-04-12 17:30:20 +09:00 |
|
toki
|
7fe90e4ea7
|
docs: add Python and Rust to planned implementations
- README.md, PROTOCOL.md: Python, Rust 추가
- .gitignore: python/, rust/ 빌드 아티팩트 규칙 추가
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-04-05 13:46:20 +09:00 |
|
toki
|
240239682c
|
Initial commit: Dart implementation of toki-socket protocol
- Protobuf-based binary TCP socket library
- ProtobufClient / ProtobufServer abstract classes with heartbeat
- Type-based message routing via Communicator
- 4-byte big-endian length-prefixed framing protocol
- 8 integration tests (all passing)
- PROTOCOL.md wire format specification
- VSCode launch.json for test runner
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-04-05 13:44:04 +09:00 |
|