Skip to content

Commit 8fcda3a

Browse files
Josh-XTJames Grieve
andauthored
Chains, Custom Prompts, Agent Settings (#180)
* WIP - rework plugins for providers and cfg * Install requirements if not already installed * WIP towards agent config * Add provider settings * Update comments * Hey it ran! * Changed all endpoints * Caught up chains and custom prompts * Fix errors * Drop front end * Push front end * Gitignore; * Fix update_step * More changes; * Fix some run chain * Updates * Remove prompt name * Updates * Updates * Add; * Fixes for steps * Updated; * Update step * Removed bad params; * Put step number in URL and body; * Fix chain step maybe * Updates * Updates * Event listeners; * Move step update * Formatting; * maybe? * Move step * Numbers; * more maybe fixes * Fixed file; * Fix rename and maybe move * Fix agent * Updates * Move get agents * Updates * Updates * Updates * Updates * fix commands in agent * Load commands * test * Updates * Updates * Updates * Added agent * Add agent fixed * Remove dupe reference * Old file not deleting fix maybe * Fixed stuff; * Test and fix provider * Put txt back * Low max limit on words * Mostly working; * Update provider settings * Delete test chain * Fix linting * Remove print * Add fix missing * Remove commands_enabled env, handled per agent * Update dockerfile * Update agent config * Change rename to patch * Remove unnecessary import * Change default agent name to Agent-LLM * Agent config; * Fix update output * Updates * Fix agent name * Agent settings; * Fixed chains?; * Fixed chain list; * Cleaned up test data; * Fix chain run endpoint * OOps * run chain update * Set default AI provider to huggingchat * list * Test * tabbing * Updates * may error * Fall back to huggingchat * Updates * Agent config; * Remove test --------- Co-authored-by: James Grieve <jamesonrgrieve@gmail.com>
1 parent d2a2bcc commit 8fcda3a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+2530
-1469
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ __pycache__/
33
*$py.class
44

55
.env
6-
.env.*
76
env/
87
.venv
98
*venv/
@@ -18,4 +17,6 @@ memories/*
1817
WORKSPACE/*
1918
*.util.py
2019
agents/*
21-
src/*
20+
src/*
21+
22+
*.code-workspace

0 commit comments

Comments
 (0)