-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #109 from DataBassGit/dev
AgentForge 0.5.0
- Loading branch information
Showing
172 changed files
with
5,390 additions
and
3,825 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,43 @@ | ||
# Virtual environments | ||
/venv/ | ||
Config/api_keys.ini | ||
|
||
# Configuration files | ||
.env | ||
Config/api_keys.ini | ||
|
||
# IDE settings | ||
.idea/ | ||
|
||
# Compiled Python files | ||
__pycache__/ | ||
Logs/log.txt | ||
*.pyc | ||
/hiAGI-Dev.log | ||
|
||
AgentForge.log | ||
# Logs | ||
Logs/ | ||
*.log | ||
*Logs/ | ||
*logs/ | ||
|
||
src/agentforge.egg-info/ | ||
src/agentforge/persona/chatbot.json | ||
src/agentforge/salience.py | ||
# Database directories | ||
*DB/ | ||
*db/ | ||
|
||
# Build and distribution files | ||
build/ | ||
dist/ | ||
src/agentforge.egg-info/ | ||
|
||
Examples/API/Logs/ | ||
Examples/CustomAgents/Logs/ | ||
Examples/DB/ | ||
SalienceBot/Logs/ | ||
SalienceBot/db_path/ | ||
/SalienceBot/DB/ | ||
/SalienceBot/Tests/ | ||
/Examples/KG/DB/ | ||
|
||
/Examples/Dyn/DB/ | ||
/Examples/Dyn/Logs/ | ||
/Examples/Dyn/Tests/ | ||
|
||
Examples/CustomAgents/DB/ | ||
/SalienceBot/path/ | ||
|
||
Examples/Chatbot/DB/ | ||
/SalienceBot/Files/ | ||
/SalienceBot/Workspace/ | ||
/Examples/KG/DB/ | ||
/Sandbox/DB/ | ||
Sandbox/Logs/ | ||
docs/.obsidian/ | ||
|
||
# Documentation tools | ||
docs/.obsidian/ | ||
|
||
Sandbox/Logs/ | ||
# Examples and sandbox | ||
Examples/**/DB/ | ||
Examples/**/Logs/ | ||
Examples/**/Tests/ | ||
sandbox/**/DB/ | ||
sandbox/**/Logs/ | ||
sandbox/**/Tests/ | ||
|
||
Sandbox/modules/Logs/ | ||
# Specific files | ||
AgentForge.log | ||
src/agentforge/persona/chatbot.json |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.