adding agents and crews #50
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces significant enhancements and new features to the RLAMA project, particularly focusing on the management and execution of AI agents. The changes include updates to the
README.md
file, new commands for managing agents, and various improvements to the codebase for better service handling and connectivity checks.Key Changes:
Documentation Updates:
README.md
for managing AI agents, including commands for creating, listing, deleting, and running agents, as well as an interactive wizard for agent creation. [1] [2]New Commands and Features:
cmd/root.go
for managing global services and checking connectivity to the Ollama client. [1] [2] [3]cmd/web_watch.go
to process files as web watch notifications, and commands to link agents and crews to RAG systems. [1] [2]Codebase Enhancements:
internal/client/ollama_client.go
with new structures for handling generation requests and responses, and improved theGenerateCompletion
function to handle message histories. [1] [2] [3] [4] [5]Dependency Updates:
go.mod
for handling colored output and terminal interactions.Minor Fixes:
README.md
for the--context-size
parameter.These changes collectively enhance the functionality and usability of the RLAMA tool, especially in terms of AI agent management and system integration.