MCPcopy Create free account

hub / github.com/Doriandarko/claude-engineer / functions

Functions138 in github.com/Doriandarko/claude-engineer

↓ 1 callersFunctiontavily_search
(query)
Claude-Eng-v2/main.py:1085
↓ 1 callersFunctiontest_voice_mode
()
Claude-Eng-v2/main.py:2053
↓ 1 callersFunctiontext_chunker
Split text into chunks, ensuring to not break sentences.
Claude-Eng-v2/main.py:63
↓ 1 callersFunctionvalidate_ai_response
(response_text)
Claude-Eng-v2/main.py:725
Method__init__
(self)
ce3.py:39
Method__init__
(self)
tools/toolcreator.py:31
Method_validate_tool_name
Validate tool name matches required pattern
tools/toolcreator.py:40
Functionchat
()
app.py:23
Methoddescription
Detailed description of what the tool does
tools/base.py:13
Methodexecute
(self, **kwargs)
tools/uvpackagemanager.py:47
Methodexecute
(self, **kwargs)
tools/lintingtool.py:66
Methodexecute
(self, **kwargs)
tools/duckduckgotool.py:29
Methodexecute
(self, **kwargs)
tools/createfolderstool.py:28
Methodexecute
(self, **kwargs)
tools/webscrapertool.py:26
Methodexecute
Execute the file creation process. Args: **kwargs: Must contain 'files' key with either a dict or list of dicts
tools/filecreatortool.py:102
Methodexecute
(self, **kwargs)
tools/browsertool.py:35
Methodexecute
(self, **kwargs)
tools/toolcreator.py:44
Methodexecute
(self, **kwargs)
tools/fileedittool.py:29
Methodexecute
(self, **kwargs)
tools/filecontentreadertool.py:119
Methodexecute
(self, **kwargs)
tools/diffeditortool.py:41
Methodexecute
(self, **kwargs)
tools/e2bcodetool.py:54
Methodexecute
(self, **kwargs)
tools/screenshottool.py:53
Functiongenerate_and_apply_diff
(original_content, new_content, path)
Claude-Eng-v2/ollama-eng.py:218
Functionhome
()
app.py:19
Methodinput_schema
JSON Schema defining the expected parameters
tools/base.py:19
Methodname
Tool name that matches the regex ^[a-zA-Z0-9_-]{1,64}$
tools/base.py:7
Functionreset
()
app.py:124
Functionrun_goals
(response)
Claude-Eng-v2/ollama-eng.py:730
Methodtest_empty_list
Test that empty list raises ValueError.
test.py:68
Methodtest_empty_list
Test that empty list raises ValueError.
test.py:92
Methodtest_even_length_list
Test median with even number of elements.
test.py:84
Methodtest_float_numbers
Test with floating point numbers.
test.py:64
Methodtest_negative_numbers
Test with negative numbers.
test.py:73
Methodtest_negative_numbers
Test with negative numbers.
test.py:97
Methodtest_normal_list
Test with a normal list of numbers.
test.py:60
Methodtest_odd_length_list
Test median with odd number of elements.
test.py:80
Methodtest_unordered_list
Test median with unordered list.
test.py:88
Functionupload_file
()
app.py:92
← previous101–138 of 138, ranked by callers