Commit graph

104 commits

Author SHA1 Message Date
Sweaterdog
b4f6ad8835
Update settings.js
Removed unnecessary comments made by Jules
2025-06-07 13:52:28 -07:00
google-labs-jules[bot]
62bcb1950c I've integrated universal logging and applied some refactors.
I implemented comprehensive logging across all API providers in src/models/ using logger.js.
This includes:
- Adding log() and logVision() calls to each provider (Claude, DeepSeek, Gemini, GLHF, GPT, Grok, Groq, HuggingFace, Hyperbolic, Local, Mistral, Novita, Qwen, Replicate, VLLM).
- Ensuring logging respects 'log_normal_data', 'log_reasoning_data', and 'log_vision_data' flags in settings.js, which I added.
- I deprecated 'log_all_prompts' in settings.js and updated prompter.js accordingly.

I refactored openrouter.js and prompter.js:
- I removed the experimental reasoning prompt functionality ($REASONING) from openrouter.js.
- I removed a previously implemented (and then reverted) personality injection feature ($PERSONALITY) from prompter.js, openrouter.js, and profile files.

I had to work around some issues:
- I replaced the full file content for glhf.js and hyperbolic.js due to persistent errors with applying changes.

Something I still need to do:
- Based on your latest feedback, model responses containing <thinking>...</thinking> tags need to be transformed to <think>...</think> tags before being passed to logger.js to ensure they are categorized into reasoning_logs.csv. This change is not included in this update.
2025-06-07 10:18:04 +00:00
google-labs-jules[bot]
fa35e03ec5 Refactor logging and remove unused features.
- Unified logging for `prompter.js` to use granular settings from `settings.js` (e.g., `log_normal_data`) instead of `log_all_prompts`, which has been deprecated.
- Removed the experimental reasoning prompt functionality (formerly triggered by `$REASONING`) from `openrouter.js`.
- Reverted the recently added personality injection feature (`$PERSONALITY` and `getRandomPersonality`) from `prompter.js`, `openrouter.js`, and profile files as per your request.
- Verified that `openrouter.js` correctly utilizes `logger.js` for standard and vision logs.
2025-06-07 10:01:18 +00:00
MaxRobinsonTheGreat
eb6fbb0ba9 clean settings 2025-04-21 12:42:19 -05:00
MaxRobinsonTheGreat
c9dd763529 Merge remote-tracking branch 'upstream/main' into merge-main 2025-04-08 16:36:47 -05:00
Isadora White
57af4f13cc adding back logging 2025-03-22 15:17:08 -05:00
Isadora White
b72500a0ea
Merge branch 'main' into constructionTaskRevision 2025-03-20 20:45:28 -07:00
Mehul Maheshwari
e35e0badf3
Update settings.js 2025-03-20 14:11:59 -07:00
Mehul Maheshwari
12b327f193
Merge branch 'main' into constructionTaskRevision 2025-03-20 12:26:29 -07:00
MaxRobinsonTheGreat
96250b3ce5 Merge branch 'main' into cleanup 2025-03-19 13:29:37 -05:00
Mehul Maheshwari
a92eb58ad0 fixed tool based problems with construction tasks (ladders needs blocks behind them, door validation fixed) 2025-03-18 17:02:13 -07:00
Isadora White
1ccba3a4b5 new train, test, dev tasks and new analysis files 2025-03-16 17:55:05 -07:00
MaxRobinsonTheGreat
2015667b2e refactor environment variable settings overrides 2025-03-16 19:45:21 -05:00
MaxRobinsonTheGreat
d9a0b0802c Merge branch 'develop' into vision 2025-03-15 17:24:52 -05:00
MaxRobinsonTheGreat
eebd43e8a3 Merge branch 'main' into cleanup 2025-03-15 14:19:01 -05:00
Isadora White
125aa73d6c adding blocked actions 2025-03-14 18:51:41 -07:00
MaxRobinsonTheGreat
cbe5804f73 remove duplicate mistral 2025-03-13 15:38:49 -05:00
MaxRobinsonTheGreat
7f97574c4e fix speak 2025-03-13 14:40:18 -05:00
MaxRobinsonTheGreat
135af2229c Merge branch 'develop' of https://github.com/kolbytn/mindcraft into develop 2025-03-13 14:33:58 -05:00
MaxRobinsonTheGreat
5695c66fcb better comments 2025-03-13 14:33:56 -05:00
uukelele-scratch
f57da837b1
speaking is now false by default 2025-03-12 21:22:14 +00:00
MaxRobinsonTheGreat
753b8aa32b fix andy path 2025-03-12 15:00:51 -05:00
MaxRobinsonTheGreat
ce8dd89231 prompter refactor 2025-03-11 11:03:40 -05:00
MaxRobinsonTheGreat
87d34aa023 add blueprint to blocked actions 2025-03-11 10:45:55 -05:00
Isadora White
7402839cb5 teleport close to building 2025-03-10 23:08:35 -07:00
uukelele-scratch
b2cafb06b9
Merge branch 'kolbytn:main' into main 2025-03-09 15:46:17 +00:00
Isadora White
9a22d78bad updating prompter to include better logging 2025-03-09 00:07:09 -08:00
Ayush Maniar
8644d48fb3 More fixes to agent.js, removed jill.json from settings.js 2025-03-08 16:56:01 -08:00
Ayushmaniar
6dfd2f69f4
Merge branch 'main' into main 2025-03-07 19:36:05 -08:00
Ayush Maniar
684cd41493 Added blocked_actions empty list back to settings.js 2025-03-07 19:28:08 -08:00
MaxRobinsonTheGreat
8234af9585 Merge branch 'main' into vision 2025-03-07 16:39:34 -06:00
MaxRobinsonTheGreat
c58ad93f24 add blocked_actions to settings too 2025-03-07 15:02:31 -06:00
MaxRobinsonTheGreat
bdee71ac92 camera always on, show entities, refactor browser viewer 2025-03-07 14:19:55 -06:00
MaxRobinsonTheGreat
9abecae9b2 Merge branch 'main' into vision 2025-03-05 15:30:19 -06:00
Isadora White
34145168dc refactoring changes 2025-03-04 12:09:23 -08:00
mmaheshwari2
0ee3adf3e0 debugging merge 2025-03-03 12:24:59 -08:00
Isadora White
8c2bd816b7 merge conflicts resolved 2025-02-27 21:00:41 -08:00
Isadora White
332ad0a0e2 getting rid of unnecessary changes 2025-02-23 21:17:27 -08:00
Isadora White
0a597b5353 making multi agent few shot prompting 2025-02-23 17:50:02 -08:00
Isadora White
7a19f34e22
Merge branch 'main' into evaluation_parallelization 2025-02-18 18:34:46 -08:00
Isadora White
6e48f06e1d small changes 2025-02-12 15:39:57 -08:00
uukelele-scratch
81e4803c22
Update settings.js 2025-02-12 18:19:03 +00:00
gmuffiness
a22f9d439f merge: main 2025-02-08 17:39:38 +09:00
MaxRobinsonTheGreat
642e1e86dc add base profiles survival,creative,god_mode 2025-02-05 15:58:40 -06:00
Isadora White
231204d0c8 using environment variables to help differentiate the settings.js files :D 2025-01-26 11:39:21 -08:00
gmuffiness
5fce0acaac feat: move vision functions from skill into vision_intepreter 2025-01-24 13:16:36 +09:00
“Qu
2019dff1f8 Merge remote-tracking branch 'refs/remotes/upstream/main' into Tasks-more-relevant-docs-and-code-exception-fixes
# Conflicts:
#	settings.js
2025-01-22 13:53:32 +08:00
MaxRobinsonTheGreat
c5b37dc2c7 use cheats for farming, default no code timeout 2025-01-21 14:05:50 -06:00
gmuffiness
85ed526fcf chore: reset settings 2025-01-20 10:30:47 +09:00
“Qu
5dd57dd429 Merge remote-tracking branch 'refs/remotes/upstream/main' into Tasks-more-relevant-docs-and-code-exception-fixes
# Conflicts:
#	src/agent/prompter.js
2025-01-19 18:28:17 +08:00