This website requires JavaScript.
Explore
Help
Sign In
dave
/
storkit
Watch
1
Star
0
Fork
0
You've already forked storkit
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
7
Wiki
Activity
Files
ec3277234c3706bdd7e529672485ffed7211ac8c
storkit
/
server
/
src
/
llm
/
providers
/
mod.rs
4 lines
56 B
Rust
Raw
Normal View
History
Unescape
Escape
Fixing warnings and moving LLM providers into a module
2026-01-27 13:30:46 +00:00
pub
mod
anthropic
;
Spike: PTY-based Claude Code integration with multi-agent concurrency Proves that spawning `claude -p` in a pseudo-terminal from Rust gets Max subscription billing (apiKeySource: "none", rateLimitType: "five_hour") instead of per-token API charges. Concurrent agents run in parallel PTY sessions with session resumption via --resume for multi-turn conversations. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 15:25:22 +00:00
pub
mod
claude_code
;
Fixing warnings and moving LLM providers into a module
2026-01-27 13:30:46 +00:00
pub
mod
ollama
;
Reference in New Issue
Copy Permalink