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
↓ 1 callers
Method
get_should_reflect
(self, agent_id: str)
src/utils/database/sqlite.py:96
↓ 1 callers
Function
init_logging
()
src/utils/logging.py:87
↓ 1 callers
Method
insert
( self, table: Tables, data: dict | list[dict], upsert=False )
src/utils/database/supabase.py:110
↓ 1 callers
Method
insert_document_with_embedding
(self, data: dict, embedding_text)
src/utils/database/sqlite.py:163
↓ 1 callers
Function
install_poetry
()
setup.py:18
↓ 1 callers
Function
is_poetry_installed
()
setup.py:8
↓ 1 callers
Function
is_port_in_use
(port)
src/utils/general.py:24
↓ 1 callers
Method
list_to_intermediate_steps
( self, intermediate_steps: List[dict] )
src/agent/executor.py:222
↓ 1 callers
Function
load_cache
()
src/utils/cache.py:25
↓ 1 callers
Method
make_plan_prompt
(self)
src/agent/plans.py:147
↓ 1 callers
Function
parse_array
(s: str)
src/utils/formatting.py:38
↓ 1 callers
Method
plan
(self, *args, **kwargs)
src/agent/executor.py:139
↓ 1 callers
Method
refresh_events
Gathers the last RECENT_EVENTS_BUFFER events from the database and updates the self.recent_events list
src/event/base.py:185
↓ 1 callers
Method
relevance
(self, query: str)
src/memory/base.py:119
↓ 1 callers
Function
reset
()
src/utils/database/reset.py:13
↓ 1 callers
Method
rpc
( self, fn: str, params: Dict[Any, Any] )
src/utils/database/clients/supabase_client.py:40
↓ 1 callers
Function
run
()
src/main.py:73
↓ 1 callers
Method
run_agent_loop
(self)
src/world/base.py:99
↓ 1 callers
Method
run_next_agent
(self)
src/world/base.py:94
↓ 1 callers
Function
run_world_async
()
src/main.py:29
↓ 1 callers
Method
similarity
(self, query: str)
src/memory/base.py:115
↓ 1 callers
Method
start_or_continue_plan
( self, plan: SinglePlan, tools: list[CustomTool] )
src/agent/executor.py:237
↓ 1 callers
Method
summarize_usage
( self, plan_description: str, tool_input: str, tool_result: str, agen
src/tools/base.py:91
↓ 1 callers
Method
update
(self, table: Tables, id: str, data: dict)
src/utils/database/sqlite.py:143
↓ 1 callers
Method
write_progress_to_file
(self)
src/agent/base.py:1006
Method
__call__
Call method for the singleton metaclass.
src/utils/singleton.py:12
Method
__enter__
(self)
src/utils/spinner.py:22
Method
__exit__
(self, exc_type, exc_value, exc_traceback)
src/utils/spinner.py:27
Method
__init__
( self, name: str, description: str, requires_context: Optional[bool],
src/tools/base.py:44
Method
__init__
(self)
src/tools/user_input.py:9
Method
__init__
(self)
src/tools/search.py:7
Method
__init__
(self, name, definition, description, model_name=DEFAULT_SMART_MODEL)
src/tools/llm_function_tool.py:16
Method
__init__
( self, name: str, description: str, channel_id: Optional[int] = None,
src/location/base.py:31
Method
__init__
(self, filename, mode="a", encoding=None, delay=False)
src/utils/logging.py:59
Method
__init__
(self, template: PromptString | str, inputs: dict)
src/utils/prompt.py:38
Method
__init__
( self, default_model_name: ChatModelName = DEFAULT_SMART_MODEL, backup_model_name: Ch
src/utils/models.py:43
Method
__init__
(self, message="Loading...", delay=0.1)
src/utils/spinner.py:8
Method
__init__
(self, client)
src/utils/database/supabase.py:18
Method
__init__
( self, supabase_url: str, supabase_key: str, options: ClientOptions = ClientO
src/utils/database/clients/supabase_client.py:18
Method
__init__
( self, agent_id: UUID, type: MemoryType, description: str, importance
src/memory/base.py:56
Method
__init__
( self, agents: dict, locations: dict, events_manager: EventsManager,
src/world/context.py:23
Method
__init__
( self, name: str, context: WorldContext, locations=list[Location], ag
src/world/base.py:31
Method
__init__
( self, description: str, max_duration_hrs: float, stop_condition: str,
src/agent/plans.py:54
Method
__init__
(self, **kwargs)
src/agent/executor.py:79
Method
__init__
( self, full_name: str, private_bio: str, public_bio: str, context: Wo
src/agent/base.py:80
Method
__init__
(self, world_id: str, recent_events: list[Event])
src/event/base.py:152
Method
__str__
(self)
src/location/base.py:63
Method
__str__
(self)
src/memory/base.py:109
Method
__str__
(self)
src/memory/base.py:131
Method
__str__
(self)
src/agent/plans.py:92
Method
__str__
(self)
src/agent/base.py:129
Method
__str__
(self)
src/agent/message.py:210
Method
_agenerate
( self, messages: List[BaseMessage], stop: Optional[List[str]] = None )
src/utils/windowai_model.py:58
Method
_db_dict
(self)
src/location/base.py:66
Method
_db_dict
(self)
src/agent/plans.py:126
Method
_llm_type
Return type of chat model.
src/utils/windowai_model.py:45
Method
allowed_locations
Get locations that this agent is allowed to be in.
src/agent/base.py:146
Function
ask_human
(agent_input: str, tool_context: ToolContext)
src/tools/human.py:51
Function
ask_human_async
(agent_input: str, tool_context: ToolContext)
src/tools/human.py:15
Function
chat_json_cache
(sleep_range=(0, 0))
src/utils/cache.py:57
Function
clean_json_string
(json_string)
src/utils/logging.py:14
Method
close
(self)
src/utils/database/supabase.py:144
Method
close
close the database
src/utils/database/base.py:94
Function
close_rest_app
()
src/utils/discord.py:64
Method
color
(self)
src/agent/base.py:304
Function
consult_directory
Shows a list of all agents and their current locations
src/tools/directory.py:9
Method
context_string
(self)
src/location/base.py:127
Method
create
(cls)
src/utils/database/supabase.py:148
Method
create
create the database
src/utils/database/base.py:99
Function
decorator
(func)
src/utils/cache.py:36
Method
default
(self, obj)
src/utils/database/sqlite.py:16
Method
delete
(self, table: Tables, id: str)
src/utils/database/supabase.py:120
Method
delete
delete a row
src/utils/database/base.py:79
Method
delete
(self)
src/agent/plans.py:123
Function
dict_factory
(cursor: Cursor, row: Any)
src/utils/database/sqlite.py:22
Function
discord_listener
()
src/utils/discord.py:71
Method
emit
(self, record)
src/utils/logging.py:75
Method
failed_action_response
(self, output: str)
src/agent/executor.py:232
Method
filter
(self, record)
src/utils/logging.py:54
Method
filter
(self, record)
src/utils/logging.py:82
Method
format_messages
(self, **kwargs)
src/agent/executor.py:52
Method
from_id
(cls, id: UUID)
src/location/base.py:78
Method
from_id
(cls, id: UUID)
src/agent/plans.py:96
Method
from_id
(cls, event_id: UUID)
src/event/base.py:120
Method
from_name
(cls, name: str)
src/location/base.py:103
Method
get_agent_public_bio
(self, agent_id: UUID | str)
src/world/context.py:181
Method
get_all
(self, table: Tables)
src/utils/database/supabase.py:32
Method
get_all
get all rows
src/utils/database/base.py:34
Function
get_built_in_tools
(tools: list[str])
src/tools/built_in.py:5
Method
get_by_field
( self, table: Tables, field: str, value: Any, limit: int = None )
src/utils/database/supabase.py:35
Method
get_by_field
get all rows by field
src/utils/database/base.py:39
Method
get_by_field_contains
( self, table: Tables, field: str, value: Any, limit: int = None )
src/utils/database/supabase.py:50
Method
get_by_field_contains
get all rows by field contains
src/utils/database/base.py:44
Method
get_by_id
(self, table: Tables, id: str)
src/utils/database/supabase.py:22
Method
get_by_id
get a row by id
src/utils/database/base.py:24
Method
get_by_ids
(self, table: Tables, ids: list[str])
src/utils/database/supabase.py:27
Method
get_by_ids
get rows by ids
src/utils/database/base.py:29
Function
get_completion_data
(text)
src/utils/logging.py:22
Function
get_key_value
(text)
src/utils/logging.py:36
Function
get_latest_messages
(messages: list[AgentMessage])
src/agent/message.py:222
← previous
next →
101–200 of 251, ranked by callers