Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eidolon-ai/eidolon
/ functions
Functions
977 in github.com/eidolon-ai/eidolon
⨍
Functions
977
◇
Types & classes
363
↳
Endpoints
8
Function
handleCancel
()
webui/components/chat-events.tsx:97
Function
handleCancel
()
webui/components/agent-input/start-program-dialog.tsx:54
Function
handleClose
()
webui/components/header.tsx:18
Function
handleExpandClick
()
webui/components/tool-call-element.tsx:33
Function
handleExpandClick
(event: { stopPropagation: () => void; })
webui/components/sidebar-item.tsx:18
Function
handleMenu
(event: React.MouseEvent<HTMLElement>)
webui/components/header.tsx:14
Function
handleSignout
()
webui/components/header.tsx:22
Method
headers
(self)
client/python/eidolon_ai_client/util/request_context.py:56
Function
health
()
sdk/eidolon_ai_sdk/bin/agent_http_server.py:116
Function
http_server
(eidolon_server, eidolon_examples)
examples/tests/test_code_search.py:6
Function
http_server
(eidolon_server, eidolon_examples)
examples/tests/test_quickstart.py:8
Function
http_server
(eidolon_server, eidolon_examples)
examples/tests/test_hello_world.py:8
Method
http_server
(self, eidolon_server, eidolon_examples)
examples/tests/test_getting_started.py:11
Method
http_server
(self, eidolon_server, eidolon_examples)
examples/tests/test_getting_started.py:38
Method
idle
(self, name: Annotated[str, Body()])
sdk/tests/client/test_client.py:14
Method
idle
(self, name: Annotated[str, Body()])
sdk/tests/client/test_group_conversation.py:22
Method
idle
(self, name: Annotated[str, Body()])
sdk/tests/system/test_event_recording.py:24
Method
idle
(self, name: Annotated[str, Body()])
sdk/tests/system/test_code_agents.py:39
Method
idle
(self, desired_state: Annotated[str, Body()], response: Annotated[str, Body()])
sdk/tests/system/test_code_agents.py:220
Method
idle_streaming
(self, name: Annotated[str, Body()])
sdk/tests/system/test_event_recording.py:32
Method
idle_streaming
(self, name: Annotated[str, Body()])
sdk/tests/system/test_code_agents.py:47
Function
impl_proc
(implementation: str)
sdk/eidolon_ai_sdk/bin/agent_creator.py:210
Method
init
init docs
sdk/tests/cpu/test_conversational_logic_unit.py:26
Method
init
(self)
sdk/tests/cpu/test_conversational_logic_unit.py:43
Method
insert
(self, symbol_collection: str, documents: list[dict[str, Any]])
sdk/eidolon_ai_sdk/memory/mongo_symbolic_memory.py:71
Method
insert
(self, symbol_collection: str, documents: list[dict[str, Any]])
sdk/eidolon_ai_sdk/memory/local_symbolic_memory.py:77
Method
insert_one
(self, symbol_collection: str, document: dict[str, Any])
sdk/eidolon_ai_sdk/memory/mongo_symbolic_memory.py:74
Method
insert_one
(self, symbol_collection: str, document: dict[str, Any])
sdk/eidolon_ai_sdk/memory/local_symbolic_memory.py:67
Function
is_json_nl
(text: str)
sdk/eidolon_ai_sdk/agent/doc_manager/transformer/auto_transformer.py:13
Method
is_root_event
(self)
client/python/eidolon_ai_client/events.py:25
Method
is_valid
(self)
sdk/eidolon_ai_sdk/agent/doc_manager/parsers/code_ast_parsers/base_ast_generator.py:9
Method
is_valid
(self)
sdk/eidolon_ai_sdk/agent/doc_manager/parsers/code_ast_parsers/python.py:12
Method
is_valid
(self)
sdk/eidolon_ai_sdk/agent/doc_manager/parsers/code_ast_parsers/javascript.py:18
Method
iteration_complete
(self)
sdk/eidolon_ai_sdk/cpu/agents_logic_unit.py:169
Function
jwt
({token, profile, session, user, account})
webui/app/api/auth/[...nextauth]/authOptions.ts:51
Method
large_data
(self)
sdk/tests/agent/doc_manager/transformer/test_RecursiveCharacterTextSplitter.py:18
Method
let_agent_speak
(agent_name, agent_pid)
examples/eidolon_examples/group_conversation/conversation_coordinator.py:170
Method
level
Return the current level of the stack.
sdk/eidolon_ai_sdk/agent/tot_agent/memory.py:41
Method
list_files
List the files in the document store. :return: The response from the cpu
sdk/eidolon_ai_sdk/agent/retriever_agent/retriever_agent.py:85
Method
list_files
(self)
sdk/eidolon_ai_sdk/agent/doc_manager/loaders/base_loader.py:48
Method
list_files
(self)
sdk/eidolon_ai_sdk/agent/doc_manager/loaders/github_loader.py:37
Method
list_files
(self)
sdk/eidolon_ai_sdk/agent/doc_manager/loaders/filesystem_loader.py:51
Method
list_processes
List all processes for this agent. Supports paging and sorting
sdk/eidolon_ai_sdk/system/agent_controller.py:475
Function
llm
(test_dir, module_identifier)
sdk/tests/conftest.py:266
Function
llm_function
( name: str = None, description: typing.Optional[typing.Callable[[object, FnHandler], str]] = None,
sdk/eidolon_ai_sdk/cpu/logic_unit.py:77
Function
local_symbolic_memory
(module_identifier)
sdk/tests/conftest.py:177
Method
locate_unit
(self, unit_type: Type[PU_T])
sdk/eidolon_ai_sdk/cpu/open_ai_assistants_cpu.py:45
Method
locate_unit
(self, unit_type: Type[PU_T])
sdk/eidolon_ai_sdk/cpu/conversational_agent_cpu.py:45
Method
locate_unit
(self, unit_type: Type[PU_T])
sdk/eidolon_ai_sdk/cpu/processing_unit.py:12
Method
locate_unit
(self, unit_type: Type[PU_T])
sdk/eidolon_ai_sdk/cpu/processing_unit.py:23
Function
log_dir
()
examples/tests/conftest.py:24
Method
lots_o_context
(self)
sdk/tests/system/test_code_agents.py:55
Function
machine
(machine_manager)
sdk/tests/conftest.py:168
Function
main
( replay_location: Path, color: Annotated[str, typer.Option(help="The color for the displayed text")]
sdk/eidolon_ai_sdk/bin/replay.py:31
Function
make_async
Decorator to make a sync function async and non-blocking by running them in a thread.
sdk/eidolon_ai_sdk/util/async_wrapper.py:5
Function
make_description
(agent: object, _handler: FnHandler)
sdk/eidolon_ai_sdk/agent/generic_agent.py:59
Function
make_description
(agent: object, _handler: FnHandler)
sdk/eidolon_ai_sdk/agent/tot_agent/tot_agent.py:45
Function
make_description
(agent: object, _handler: FnHandler)
sdk/eidolon_ai_sdk/agent/retriever_agent/retriever_agent.py:19
Function
make_input_schema
(agent: object, handler: FnHandler)
sdk/eidolon_ai_sdk/agent/generic_agent.py:65
Function
make_input_schema
(agent: object, handler: FnHandler)
sdk/eidolon_ai_sdk/agent/tot_agent/tot_agent.py:51
Method
make_input_schema
(self, agent, handler)
sdk/eidolon_ai_sdk/agent/simple_agent.py:41
Function
make_output_schema
(agent: object, handler: FnHandler)
sdk/eidolon_ai_sdk/agent/generic_agent.py:88
Function
make_output_schema
(agent: object, handler: FnHandler)
sdk/eidolon_ai_sdk/agent/tot_agent/tot_agent.py:65
Method
make_output_schema
(self, agent, handler)
sdk/eidolon_ai_sdk/agent/simple_agent.py:66
Function
manage_hello_world_state
()
sdk/tests/system/test_code_agents.py:77
Function
manage_lifecycle
(_app: FastAPI)
sdk/tests/conftest.py:46
Method
meaning_of_life_tool
call this tool to get the meaning of life
sdk/tests/test_simple_agent.py:13
Function
memory
()
sdk/tests/impl/test_local_symbolic_memory.py:8
Method
mkdir
(self, directory: str, exist_ok: bool = False)
sdk/eidolon_ai_sdk/memory/in_memory_file_memory.py:87
Function
module_identifier
(request)
sdk/tests/conftest.py:256
Function
mongo_symbolic_memory
(module_identifier)
sdk/tests/conftest.py:191
Method
mood
(self)
examples/eidolon_examples/group_conversation/conversation_agent.py:71
Method
multiply
Multiplies two numbers together. :param a: The first number :param b: The second number :return: The result of multip
examples/eidolon_examples/hello_world/SimpleTool.py:30
Function
my_custom_function
(httpx_request, **kwargs)
sdk/tests/conftest.py:296
Function
nested_random_resource
()
sdk/tests/system/test_reference_model.py:99
Method
next_thought
Generate the next thought given the problem description and the thoughts generated so far.
sdk/eidolon_ai_sdk/agent/tot_agent/thought_generators.py:62
Method
next_thought
( self, user_message: UserMessage, llm_call: Callable[ [List[LLMMessage],
sdk/eidolon_ai_sdk/agent/tot_agent/thought_generators.py:127
Method
next_turn
Called to start the next turn of the conversation.
examples/eidolon_examples/group_conversation/conversation_coordinator.py:161
Function
onDialogClose
(wasCanceled: boolean)
webui/components/sidebar-list.tsx:54
Method
parse
(self, blob: DataBlob)
sdk/eidolon_ai_sdk/agent/doc_manager/parsers/base_parser.py:143
Method
parse
(self, blob: DataBlob)
sdk/eidolon_ai_sdk/agent/doc_manager/parsers/text_parsers.py:11
Method
parse
(self, blob: DataBlob)
sdk/eidolon_ai_sdk/agent/doc_manager/parsers/text_parsers.py:28
Method
parse
(self, blob: DataBlob)
sdk/eidolon_ai_sdk/agent/doc_manager/parsers/ms_word_parser.py:8
Function
patched_ObjectId
(*args, **kwargs)
sdk/tests/conftest.py:322
Function
patched_vcr_object_handling
vcr has a bug around how it handles multipart requests, and it is wired in for everything, even the fake test client requests, so we need to
sdk/tests/conftest.py:290
Method
ping_all_agents
(self, process_id: str)
examples/eidolon_examples/lib/base_conversation_coordinator.py:56
Function
port
()
sdk/tests/conftest.py:62
Function
process
(process_id: str)
sdk/eidolon_ai_sdk/bin/agent_http_server.py:140
Method
process_response
(self, call_context: CallContext, response: Any)
sdk/eidolon_ai_sdk/cpu/agent_io.py:84
Method
process_token
(self, token: str)
sdk/eidolon_ai_sdk/security/google_authorizor.py:37
Function
processes
()
sdk/eidolon_ai_sdk/bin/agent_http_server.py:126
Method
progress_active
(self, name: Annotated[str, Body()])
sdk/tests/cpu/test_conversational_logic_unit.py:33
Method
progress_idle
(self, name: FooModel)
sdk/tests/cpu/test_conversational_logic_unit.py:37
Function
pytest_addoption
(parser)
sdk/tests/conftest.py:214
Function
pytest_collection_modifyitems
(items)
sdk/tests/conftest.py:35
Method
query
( self, collection: str, query: str, num_results: int, metadata_where: Optional[Dict[str, str]] = None
sdk/eidolon_ai_sdk/memory/noop_memory.py:20
Method
query
( self, collection: str, query: str, num_results: int, metadata_where:
sdk/eidolon_ai_sdk/memory/file_system_vector_store.py:70
Method
query_embedding
( self, collection: str, query: List[float], num_results: int, metadat
sdk/eidolon_ai_sdk/memory/chroma_vector_store.py:111
Method
question
(self, process_id, **kwargs)
sdk/eidolon_ai_sdk/agent/generic_agent.py:105
Method
question
Answers a question using the tree of thoughts algorithm. This is computationally expensive, but will provide better results than stan
sdk/eidolon_ai_sdk/agent/tot_agent/tot_agent.py:111
← previous
next →
601–700 of 977, ranked by callers