GitHub - Kapperchino/agent-joe: Shellless and rust only llm agent · GitHub
/" data-turbo-transient="true" />
Skip to content
Search or jump to...
Search code, repositories, users, issues, pull requests...
-->
Search
Clear
Search syntax tips
Provide feedback
--><br>We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Cancel
Submit feedback
Saved searches
Use saved searches to filter your results more quickly
-->
Name
Query
To see all available qualifiers, see our documentation.
Cancel
Create saved search
Sign in
/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up
Appearance settings
Resetting focus
You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
Kapperchino
agent-joe
Public
Notifications<br>You must be signed in to change notification settings
Fork
Star
main
BranchesTags
Go to file
CodeOpen more actions menu
Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit
History<br>315 Commits<br>315 Commits
src
src
.gitignore
.gitignore
Cargo.lock
Cargo.lock
Cargo.toml
Cargo.toml
LICENSE
LICENSE
README.md
README.md
View all files
Repository files navigation
Agent Joe
An open source TUI-based coding tool that only works with rust<br>and does not have access to the shell.
Why
I just hate the fact that cli tools with connections to llm providers can execute any arbitrary command on my terminal.
With the rust only requirement, I can also reduce the number of possible actions to just rust specific ones, lowering the total tool count.
And this is a fun project to work on.
State
Works pretty well currently, still doesn't do as good of a job as codex,<br>I think the main reason being the prompts not being as good and not having a plan mode.
Flags
The tui supports some flags
Flag<br>Description
--debug<br>Adds significantly more logging and prints out thinking tokens.
--simple<br>Multi-agent mode will be disabled, will work just like codex
Supported llm providers
Provider<br>Support
OpenAI<br>Fully supported
Codex<br>Fully supported
Claude<br>Should work, haven't tested it in a minute due to cost
OpenRouter<br>Does not support web_search but everything should work
Local<br>Response api fully supported
Build & Run
cargo run --relase
Keybindings
The TUI is similar to claude code and codex with one major difference. Vim bindings are foced upon you.
Tools
TBD
About
Shellless and rust only llm agent
Topics
agent
rust
actor-model
rust-analyzer
llm-tools
Resources
Readme
License
GPL-3.0 license
Uh oh!
There was an error while loading. Please reload this page.
Activity
Stars
stars
Watchers
watching
Forks
fork
Report repository
Releases
No releases published
Packages
Uh oh!
There was an error while loading. Please reload this page.
Contributors
Uh oh!
There was an error while loading. Please reload this page.
Languages
Rust<br>100.0%
You can’t perform that action at this time.