Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/101dotxyz/GPTeam
/ functions
Functions
251 in github.com/101dotxyz/GPTeam
⨍
Functions
251
◇
Types & classes
71
↳
Endpoints
1
Method
get_llm_response
(self, args: str)
src/tools/llm_function_tool.py:22
Method
get_memories_since
( self, timestamp: datetime, agent_id: str )
src/utils/database/supabase.py:68
Method
get_memories_since
get all memories since timestamp
src/utils/database/base.py:49
Method
get_messages_by_discord_id
(self, discord_id: str)
src/utils/database/supabase.py:102
Method
get_messages_by_discord_id
get messages by discord id
src/utils/database/base.py:64
Method
get_recent_events
( self, world_id: str, limit: int )
src/utils/database/supabase.py:90
Method
get_recent_events
get the most recent events
src/utils/database/base.py:59
Method
get_should_reflect
(self, agent_id: str)
src/utils/database/supabase.py:79
Method
get_should_reflect
get the val for if we should reflect
src/utils/database/base.py:54
Function
get_user_input
(question: str)
src/utils/input.py:7
Method
get_user_input
(question)
src/tools/user_input.py:17
Function
inbound_message
If a non-bot user mentions your bot, respond with 'Pong!'.
src/utils/discord.py:84
Function
index
()
src/web/__init__.py:27
Method
insert
insert a row
src/utils/database/base.py:69
Method
insert_document_with_embedding
( self, data: dict, embedding_text: str )
src/utils/database/supabase.py:123
Method
insert_document_with_embedding
insert a row with an embedding
src/utils/database/base.py:84
Function
json_cache
(sleep_range=(0, 0))
src/utils/cache.py:35
Function
load_built_in_tool
( tool_name: ToolName, tool_usage_description: str, worldwide=True, requires_authorization=Fal
src/tools/base.py:131
Function
logs_websocket
()
src/web/__init__.py:32
Function
main
()
src/main.py:94
Function
main
()
src/utils/database/seed.py:108
Function
main
()
src/utils/database/reset.py:30
Function
main_small
()
src/utils/database/seed.py:112
Method
prompt
(self)
src/utils/prompt.py:53
Function
read_document
(title: str, tool_context: ToolContext)
src/tools/document.py:41
Method
recency
(self)
src/memory/base.py:38
Method
remove_event
(self, event_id: UUID)
src/event/base.py:277
Method
run
(self, agent_input: str | dict, tool_context: ToolContext)
src/tools/base.py:71
Function
run_server
()
src/main.py:58
Method
run_step
(self)
src/world/base.py:89
Function
run_world
()
src/main.py:54
Function
save_document
(title: str, document: str, tool_context: ToolContext)
src/tools/document.py:18
Method
search_document_embeddings
(self, embedding_text: str, limit: int = 10)
src/utils/database/supabase.py:129
Method
search_document_embeddings
search for rows with embeddings
src/utils/database/base.py:89
Method
search_document_embeddings
( self, embedding_text: str, limit: int = 10 )
src/utils/database/sqlite.py:173
Function
search_documents
(query: str, tool_context: ToolContext)
src/tools/document.py:62
Function
send_message
(token, channel_id, message)
src/utils/discord.py:47
Function
send_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
Function
send_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
Method
spin
(self)
src/utils/spinner.py:15
Method
update
(self, table: Tables, id: str, data: dict)
src/utils/database/supabase.py:117
Method
update
update a row
src/utils/database/base.py:74
Method
update_last_accessed
(self)
src/memory/base.py:112
Method
validate_cron_jobs
(cls, rating)
src/agent/importance.py:8
Method
verbose_description
(self)
src/memory/base.py:50
Function
wait_async
Wait for a specified event to occur.
src/tools/wait.py:20
Function
wait_sync
Wait for a specified event to occur.
src/tools/wait.py:57
Function
window_model_websocket
()
src/web/__init__.py:115
Function
window_websocket
()
src/web/__init__.py:98
Function
world_websocket
()
src/web/__init__.py:58
Function
wrapper
(*args, **kwargs)
src/utils/cache.py:38
← previous
201–251 of 251, ranked by callers