https://github.com/crimson-knight/agentc
A CLI powered agent that uses llama.cpp on your system to run models that are gguf
https://github.com/crimson-knight/agentc
agent ai crystal
Last synced: 10 months ago
JSON representation
A CLI powered agent that uses llama.cpp on your system to run models that are gguf
- Host: GitHub
- URL: https://github.com/crimson-knight/agentc
- Owner: crimson-knight
- License: mit
- Created: 2023-04-11T15:07:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T14:17:10.000Z (about 2 years ago)
- Last Synced: 2025-04-19T18:55:13.838Z (about 1 year ago)
- Topics: agent, ai, crystal
- Language: Crystal
- Homepage:
- Size: 46.9 KB
- Stars: 6
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What is AgentC?
Inspired by Auto-GPT and BabyAGI, this is a cli tool that acts as an "agent" for LLMs and allows for longer term memory. I found the other tools not to be that great and I don't enjoy the python language nearly as much as I do the Crystal language, so here is my version!
This tool does a few things (in my opinion) better:
[x] Saves your primary agent configuration into a ~/.agentc folder instead of using the app folder
[x] Saves your goals using local storage under the same ~/.agentc folder
[x] Refines goals so that they can be worked.
[] Creates plans for goals
[] Add Pinecone client
[] All of the standard capabilities are working
[] All default features are tested
## Installation
`git clone` the repo and run `crystal run src/agentc.cr`
## Usage
Currently in development, so unless you're contributing I don't recommend trying this tool out.
## Development
To Do:
[] Everything 😉
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
## Contributors
- [crimson-knight](https://github.com/crimson-knight) - creator and maintainer