AgentForge
AgentForge copied to clipboard
Extensible AGI Framework
Fell down a rabbit hole and retyped ChromaUtils. I broke the embedding function off into its own base class and added a dictionary of embedding functions to pass the embed...
overriden -> overridden
If I want to use my pretrained LLM to join this agent, How can I rewrite the code of `src/agentforge/llm/oobabooga.py`? I find that I can not simply change the `.agentforge/settings/models.yaml`...
```sh >agentforge init All files have been successfully copied! An error occurred while executing the 'init' command: [Errno 21] Is a directory: '/home/example/dev/aivenv/lib/python3.10/site-packages/agentforge/utils/installer/agents/PredefinedAgents' ```
When you run `agentforge init` the init file in customagents has text in it.
Hi all, recently saw the video in Dave Shapiero's yt about this project and am keen to get involved. I have been thinking about efficient task subdivision. What you want...
Hey, I'm curious — what motivated the choice of GPL for AgentForge? Was it to encourage more open-source contributions or to ensure derivative projects stay open too?
Most endpoints can be converted to a single class with the new endpoint architecture.