MCPcopy Create free account

hub / github.com/101dotxyz/GPTeam / functions

Functions251 in github.com/101dotxyz/GPTeam

Methodget_llm_response
(self, args: str)
src/tools/llm_function_tool.py:22
Methodget_memories_since
( self, timestamp: datetime, agent_id: str )
src/utils/database/supabase.py:68
Methodget_memories_since
get all memories since timestamp
src/utils/database/base.py:49
Methodget_messages_by_discord_id
(self, discord_id: str)
src/utils/database/supabase.py:102
Methodget_messages_by_discord_id
get messages by discord id
src/utils/database/base.py:64
Methodget_recent_events
( self, world_id: str, limit: int )
src/utils/database/supabase.py:90
Methodget_recent_events
get the most recent events
src/utils/database/base.py:59
Methodget_should_reflect
(self, agent_id: str)
src/utils/database/supabase.py:79
Methodget_should_reflect
get the val for if we should reflect
src/utils/database/base.py:54
Functionget_user_input
(question: str)
src/utils/input.py:7
Methodget_user_input
(question)
src/tools/user_input.py:17
Functioninbound_message
If a non-bot user mentions your bot, respond with 'Pong!'.
src/utils/discord.py:84
Functionindex
()
src/web/__init__.py:27
Methodinsert
insert a row
src/utils/database/base.py:69
Methodinsert_document_with_embedding
( self, data: dict, embedding_text: str )
src/utils/database/supabase.py:123
Methodinsert_document_with_embedding
insert a row with an embedding
src/utils/database/base.py:84
Functionjson_cache
(sleep_range=(0, 0))
src/utils/cache.py:35
Functionload_built_in_tool
( tool_name: ToolName, tool_usage_description: str, worldwide=True, requires_authorization=Fal
src/tools/base.py:131
Functionlogs_websocket
()
src/web/__init__.py:32
Functionmain
()
src/main.py:94
Functionmain
()
src/utils/database/seed.py:108
Functionmain
()
src/utils/database/reset.py:30
Functionmain_small
()
src/utils/database/seed.py:112
Methodprompt
(self)
src/utils/prompt.py:53
Functionread_document
(title: str, tool_context: ToolContext)
src/tools/document.py:41
Methodrecency
(self)
src/memory/base.py:38
Methodremove_event
(self, event_id: UUID)
src/event/base.py:277
Methodrun
(self, agent_input: str | dict, tool_context: ToolContext)
src/tools/base.py:71
Functionrun_server
()
src/main.py:58
Methodrun_step
(self)
src/world/base.py:89
Functionrun_world
()
src/main.py:54
Functionsave_document
(title: str, document: str, tool_context: ToolContext)
src/tools/document.py:18
Methodsearch_document_embeddings
(self, embedding_text: str, limit: int = 10)
src/utils/database/supabase.py:129
Methodsearch_document_embeddings
search for rows with embeddings
src/utils/database/base.py:89
Methodsearch_document_embeddings
( self, embedding_text: str, limit: int = 10 )
src/utils/database/sqlite.py:173
Functionsearch_documents
(query: str, tool_context: ToolContext)
src/tools/document.py:62
Functionsend_message
(token, channel_id, message)
src/utils/discord.py:47
Functionsend_message_async
Emits a message event to the Events table And triggers discord to send a message to the appropriate channel
src/tools/send_message.py:27
Functionsend_message_sync
Emits a message event to the Events table And triggers discord to send a message to the appropriate channel
src/tools/send_message.py:77
Methodspin
(self)
src/utils/spinner.py:15
Methodupdate
(self, table: Tables, id: str, data: dict)
src/utils/database/supabase.py:117
Methodupdate
update a row
src/utils/database/base.py:74
Methodupdate_last_accessed
(self)
src/memory/base.py:112
Methodvalidate_cron_jobs
(cls, rating)
src/agent/importance.py:8
Methodverbose_description
(self)
src/memory/base.py:50
Functionwait_async
Wait for a specified event to occur.
src/tools/wait.py:20
Functionwait_sync
Wait for a specified event to occur.
src/tools/wait.py:57
Functionwindow_model_websocket
()
src/web/__init__.py:115
Functionwindow_websocket
()
src/web/__init__.py:98
Functionworld_websocket
()
src/web/__init__.py:58
Functionwrapper
(*args, **kwargs)
src/utils/cache.py:38
← previous201–251 of 251, ranked by callers