LICENSE
MANIFEST.in
README.md
setup.py
src/agentforge/__init__.py
src/agentforge/agent.py
src/agentforge/config.py
src/agentforge/init_agentforge.py
src/agentforge.egg-info/PKG-INFO
src/agentforge.egg-info/SOURCES.txt
src/agentforge.egg-info/dependency_links.txt
src/agentforge.egg-info/requires.txt
src/agentforge.egg-info/top_level.txt
src/agentforge/agents/ActionCreationAgent.py
src/agentforge/agents/ActionSelectionAgent.py
src/agentforge/agents/LearnKGAgent.py
src/agentforge/agents/MetadataKGAgent.py
src/agentforge/agents/ToolPrimingAgent.py
src/agentforge/agents/__init__.py
src/agentforge/llm/LMStudio.py
src/agentforge/llm/__init__.py
src/agentforge/llm/anthropic.py
src/agentforge/llm/bakollama.py
src/agentforge/llm/claude_old.py
src/agentforge/llm/gemini.py
src/agentforge/llm/groq_api.py
src/agentforge/llm/ollama.py
src/agentforge/llm/oobabooga.py
src/agentforge/llm/openai.py
src/agentforge/llm/openrouter.py
src/agentforge/modules/Actions.py
src/agentforge/modules/InjectKG.py
src/agentforge/modules/KnowledgeTraversal.py
src/agentforge/modules/LearnDoc.py
src/agentforge/modules/__init__.py
src/agentforge/setup_files/__init__.py
src/agentforge/setup_files/actions/WebSearch.yaml
src/agentforge/setup_files/actions/WriteFile.yaml
src/agentforge/setup_files/actions/__init__.py
src/agentforge/setup_files/personas/__init__.py
src/agentforge/setup_files/personas/default.yaml
src/agentforge/setup_files/prompts/__init__.py
src/agentforge/setup_files/prompts/modules/ActionCreationAgent.yaml
src/agentforge/setup_files/prompts/modules/ActionSelectionAgent.yaml
src/agentforge/setup_files/prompts/modules/LearnKGAgent.yaml
src/agentforge/setup_files/prompts/modules/MetadataKGAgent.yaml
src/agentforge/setup_files/prompts/modules/ToolPrimingAgent.yaml
src/agentforge/setup_files/prompts/modules/__init__.py
src/agentforge/setup_files/settings/__init__.py
src/agentforge/setup_files/settings/models.yaml
src/agentforge/setup_files/settings/system.yaml
src/agentforge/setup_files/tools/FileWriter.yaml
src/agentforge/setup_files/tools/GoogleSearch.yaml
src/agentforge/setup_files/tools/IntelligentChunk.yaml
src/agentforge/setup_files/tools/ReadDirectory.yaml
src/agentforge/setup_files/tools/ReadFile.yaml
src/agentforge/setup_files/tools/WebScrape.yaml
src/agentforge/setup_files/tools/__init__.py
src/agentforge/tools/BraveSearch.py
src/agentforge/tools/CleanString.py
src/agentforge/tools/CommandExecutor.py
src/agentforge/tools/Directory.py
src/agentforge/tools/GetText.py
src/agentforge/tools/GoogleSearch.py
src/agentforge/tools/ImageToTxt.py
src/agentforge/tools/IntelligentChunk.py
src/agentforge/tools/PythonFunction.py
src/agentforge/tools/SemanticChunk.py
src/agentforge/tools/SemanticChunk_old.py
src/agentforge/tools/TripleExtract.py
src/agentforge/tools/UserInput.py
src/agentforge/tools/WebScrape.py
src/agentforge/tools/WriteFile.py
src/agentforge/tools/__init__.py
src/agentforge/utils/ChromaUtils.py
src/agentforge/utils/DiscordClient.py
src/agentforge/utils/Logger.py
src/agentforge/utils/ParsingUtils.py
src/agentforge/utils/PromptHandling.py
src/agentforge/utils/ToolUtils.py
src/agentforge/utils/__init__.py
src/agentforge/utils/__pycache__/__init__.cpython-311.pyc
src/agentforge/utils/__pycache__/chroma_utils.cpython-311.pyc
src/agentforge/utils/__pycache__/function_utils.cpython-311.pyc
src/agentforge/utils/__pycache__/storage_interface.cpython-311.pyc
src/agentforge/utils/functions/__pycache__/AgentUtils.cpython-311.pyc
src/agentforge/utils/functions/__pycache__/Logger.cpython-311.pyc
src/agentforge/utils/functions/__pycache__/Parsing.cpython-311.pyc
src/agentforge/utils/functions/__pycache__/ParsingUtils.cpython-311.pyc
src/agentforge/utils/functions/__pycache__/Printing.cpython-311.pyc
src/agentforge/utils/functions/__pycache__/PromptHandling.cpython-311.pyc
src/agentforge/utils/functions/__pycache__/TaskHandling.cpython-311.pyc
src/agentforge/utils/functions/__pycache__/ToolUtils.cpython-311.pyc
src/agentforge/utils/functions/__pycache__/UserInferface.cpython-311.pyc
src/agentforge/utils/functions/__pycache__/UserInterface.cpython-311.pyc
src/agentforge/utils/functions/__pycache__/__init__.cpython-311.pyc
src/agentforge/utils/guiutils/__pycache__/__init__.cpython-311.pyc
src/agentforge/utils/guiutils/__pycache__/discord_client.cpython-311.pyc
src/agentforge/utils/guiutils/__pycache__/listenforui.cpython-311.pyc
src/agentforge/utils/guiutils/__pycache__/sendtoui.cpython-311.pyc
src/agentforge/utils/installer/__pycache__/__init__.cpython-311.pyc
src/agentforge/utils/installer/__pycache__/agentforge_cli.cpython-311.pyc