GravityFalls / python

Commit History

The Merge - initial changes
4e1e88a

frdel commited on

fix: synchronize job loop with development instance
82ef7e9
unverified

Rafael Uzarowski commited on

Create search_engine.py
a917ae6

frdel commited on

extensions update
5042df1

frdel commited on

default models
af89c05

frdel commited on

default models and settings
f533841

frdel commited on

Update code_execution_tool.py
68ba810

frdel commited on

stabilizing fixes
17e8af8

frdel commited on

fix: mcp get_tools_prompt fix for tools with optional arguments
31ac33a
unverified

Rafael Uzarowski commited on

Update code_execution_tool.py
cf5a766

frdel commited on

dec's updates
98e4e55

frdel commited on

input tool terminals
dc4e8f4

frdel commited on

Merge remote-tracking branch 'my_fork/feature-mcp-integration' into feature/mcps-integration
1a33d06

deciduus commited on

fixes and improvements
d2dd5ca

frdel commited on

Edit: Cleaned up MCP logs and check attempts.
dab1f29

deciduus commited on

Added: I've made sure that the user_message_text variable is explicitly cast to a string before any length checks or slicing operations are performed on it. I also renamed the variable from user_message_context to user_message_text for better clarity, as it primarily holds the textual part of the user's message.
2c28f10

deciduus commited on

Added: Contextual reminder for mcps with multi-step-processes for agent to not get distracted, to continue process.
1963ef7

deciduus commited on

Update: Improved MCP setup and config, async handling for sessions, auto mcp install if present in settings config (on compose)
25c76c5

deciduus commited on

Edit: Changed mcp.py to mcp_handler.py to prevent potential import confusion between 'mcp' package and 'mcp.py'. Edited dockerfile to 'latest' so it doesnt spin up old builds after image creation. Also edited preinstall to ensure the mcp related dependencies can load non-interactive.
e2b7e2b

deciduus commited on

fix: mcp server tool discovery
e844d5e

Rafael Uzarowski commited on

fix: mcp tool call error because of erroneous await()
f8fd5b9

Rafael Uzarowski commited on

fix: startup error missing module
cf17daa

Rafael Uzarowski commited on

feat: MCP initial support for sse servers (Part 2)
01715e5

Rafael Uzarowski commited on

feat: Implement support for MCP Servers (Claude Tools) - Part 1 Stdio Servers
317ffd2

Rafael Uzarowski commited on

feat: embedded MCP server for messaging with agent-zero
945268c
unverified

Rafael Uzarowski commited on

image_get fix, history bulk compression fix
72be366

frdel commited on

Scheduler wait_for_task and find_task_by_name (#388)
32aad59
unverified

ehl0wr0ld Rafael Uzarowski commited on

fix: make browser agent compatible with PlayWright 1.50 (#381)
199c54e
unverified

ehl0wr0ld Rafael Uzarowski commited on

feat: Deduplicate and optimize memory similarity threshold (#389)
2bb217a
unverified

ehl0wr0ld Rafael Uzarowski commited on

llms and api keys reorder
bc02ebb

frdel commited on

chutes llm provider (#390)
760b243
unverified

PepeDiedrich commited on

tunnel ports fix
418f4aa

frdel commited on

persistent tunnel
e31eae1

frdel commited on

feat: Tunnel Manager
845e05e

linuztx commited on

Implement tunnel API endpoints
e9aeee7

linuztx commited on

Edit: Cleaned up MCP logs and check attempts.
d028cba

deciduus commited on

Added: I've made sure that the user_message_text variable is explicitly cast to a string before any length checks or slicing operations are performed on it. I also renamed the variable from user_message_context to user_message_text for better clarity, as it primarily holds the textual part of the user's message.
c1b53af

deciduus commited on

Added: Contextual reminder for mcps with multi-step-processes for agent to not get distracted, to continue process.
49f9940

deciduus commited on

Update: Improved MCP setup and config, async handling for sessions, auto mcp install if present in settings config (on compose)
e3b88b1

deciduus commited on

Edit: Changed mcp.py to mcp_handler.py to prevent potential import confusion between 'mcp' package and 'mcp.py'. Edited dockerfile to 'latest' so it doesnt spin up old builds after image creation. Also edited preinstall to ensure the mcp related dependencies can load non-interactive.
e743679

deciduus commited on

fix: mcp server tool discovery
8d1538f

Rafael Uzarowski commited on

fix: mcp tool call error because of erroneous await()
dd1989b

Rafael Uzarowski commited on

fix: startup error missing module
b447a3d

Rafael Uzarowski commited on

feat: MCP initial support for sse servers (Part 2)
004459e

Rafael Uzarowski commited on

feat: Implement support for MCP Servers (Claude Tools) - Part 1 Stdio Servers
3fd2e87

Rafael Uzarowski commited on

Edit: Encourage cat > EOF multiline edits for code and documentation
33f91a4

deciduus commited on

Edit: Loop detection now trunacates the looped info so we flood the LLM with less repeated context.
3e559b7

deciduus commited on

Fix: Input tool session management
c77b84d

deciduus commited on

Edit: Team Agent System Prompts
90e81cf

deciduus commited on

Edit: Code Exe Tool - The get_terminal_output function will now detect if the last 128 characters repeat 5 times consecutively and will stop execution if this pattern occurs, indicating a likely infinite loop.
620b4d5

deciduus commited on