MCPcopy Create free account

hub / github.com/eidolon-ai/eidolon / functions

Functions977 in github.com/eidolon-ai/eidolon

FunctionhandleCancel
()
webui/components/chat-events.tsx:97
FunctionhandleCancel
()
webui/components/agent-input/start-program-dialog.tsx:54
FunctionhandleClose
()
webui/components/header.tsx:18
FunctionhandleExpandClick
()
webui/components/tool-call-element.tsx:33
FunctionhandleExpandClick
(event: { stopPropagation: () => void; })
webui/components/sidebar-item.tsx:18
FunctionhandleMenu
(event: React.MouseEvent<HTMLElement>)
webui/components/header.tsx:14
FunctionhandleSignout
()
webui/components/header.tsx:22
Methodheaders
(self)
client/python/eidolon_ai_client/util/request_context.py:56
Functionhealth
()
sdk/eidolon_ai_sdk/bin/agent_http_server.py:116
Functionhttp_server
(eidolon_server, eidolon_examples)
examples/tests/test_code_search.py:6
Functionhttp_server
(eidolon_server, eidolon_examples)
examples/tests/test_quickstart.py:8
Functionhttp_server
(eidolon_server, eidolon_examples)
examples/tests/test_hello_world.py:8
Methodhttp_server
(self, eidolon_server, eidolon_examples)
examples/tests/test_getting_started.py:11
Methodhttp_server
(self, eidolon_server, eidolon_examples)
examples/tests/test_getting_started.py:38
Methodidle
(self, name: Annotated[str, Body()])
sdk/tests/client/test_client.py:14
Methodidle
(self, name: Annotated[str, Body()])
sdk/tests/client/test_group_conversation.py:22
Methodidle
(self, name: Annotated[str, Body()])
sdk/tests/system/test_event_recording.py:24
Methodidle
(self, name: Annotated[str, Body()])
sdk/tests/system/test_code_agents.py:39
Methodidle
(self, desired_state: Annotated[str, Body()], response: Annotated[str, Body()])
sdk/tests/system/test_code_agents.py:220
Methodidle_streaming
(self, name: Annotated[str, Body()])
sdk/tests/system/test_event_recording.py:32
Methodidle_streaming
(self, name: Annotated[str, Body()])
sdk/tests/system/test_code_agents.py:47
Functionimpl_proc
(implementation: str)
sdk/eidolon_ai_sdk/bin/agent_creator.py:210
Methodinit
init docs
sdk/tests/cpu/test_conversational_logic_unit.py:26
Methodinit
(self)
sdk/tests/cpu/test_conversational_logic_unit.py:43
Methodinsert
(self, symbol_collection: str, documents: list[dict[str, Any]])
sdk/eidolon_ai_sdk/memory/mongo_symbolic_memory.py:71
Methodinsert
(self, symbol_collection: str, documents: list[dict[str, Any]])
sdk/eidolon_ai_sdk/memory/local_symbolic_memory.py:77
Methodinsert_one
(self, symbol_collection: str, document: dict[str, Any])
sdk/eidolon_ai_sdk/memory/mongo_symbolic_memory.py:74
Methodinsert_one
(self, symbol_collection: str, document: dict[str, Any])
sdk/eidolon_ai_sdk/memory/local_symbolic_memory.py:67
Functionis_json_nl
(text: str)
sdk/eidolon_ai_sdk/agent/doc_manager/transformer/auto_transformer.py:13
Methodis_root_event
(self)
client/python/eidolon_ai_client/events.py:25
Methodis_valid
(self)
sdk/eidolon_ai_sdk/agent/doc_manager/parsers/code_ast_parsers/base_ast_generator.py:9
Methodis_valid
(self)
sdk/eidolon_ai_sdk/agent/doc_manager/parsers/code_ast_parsers/python.py:12
Methodis_valid
(self)
sdk/eidolon_ai_sdk/agent/doc_manager/parsers/code_ast_parsers/javascript.py:18
Methoditeration_complete
(self)
sdk/eidolon_ai_sdk/cpu/agents_logic_unit.py:169
Functionjwt
({token, profile, session, user, account})
webui/app/api/auth/[...nextauth]/authOptions.ts:51
Methodlarge_data
(self)
sdk/tests/agent/doc_manager/transformer/test_RecursiveCharacterTextSplitter.py:18
Methodlet_agent_speak
(agent_name, agent_pid)
examples/eidolon_examples/group_conversation/conversation_coordinator.py:170
Methodlevel
Return the current level of the stack.
sdk/eidolon_ai_sdk/agent/tot_agent/memory.py:41
Methodlist_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
Methodlist_files
(self)
sdk/eidolon_ai_sdk/agent/doc_manager/loaders/base_loader.py:48
Methodlist_files
(self)
sdk/eidolon_ai_sdk/agent/doc_manager/loaders/github_loader.py:37
Methodlist_files
(self)
sdk/eidolon_ai_sdk/agent/doc_manager/loaders/filesystem_loader.py:51
Methodlist_processes
List all processes for this agent. Supports paging and sorting
sdk/eidolon_ai_sdk/system/agent_controller.py:475
Functionllm
(test_dir, module_identifier)
sdk/tests/conftest.py:266
Functionllm_function
( name: str = None, description: typing.Optional[typing.Callable[[object, FnHandler], str]] = None,
sdk/eidolon_ai_sdk/cpu/logic_unit.py:77
Functionlocal_symbolic_memory
(module_identifier)
sdk/tests/conftest.py:177
Methodlocate_unit
(self, unit_type: Type[PU_T])
sdk/eidolon_ai_sdk/cpu/open_ai_assistants_cpu.py:45
Methodlocate_unit
(self, unit_type: Type[PU_T])
sdk/eidolon_ai_sdk/cpu/conversational_agent_cpu.py:45
Methodlocate_unit
(self, unit_type: Type[PU_T])
sdk/eidolon_ai_sdk/cpu/processing_unit.py:12
Methodlocate_unit
(self, unit_type: Type[PU_T])
sdk/eidolon_ai_sdk/cpu/processing_unit.py:23
Functionlog_dir
()
examples/tests/conftest.py:24
Methodlots_o_context
(self)
sdk/tests/system/test_code_agents.py:55
Functionmachine
(machine_manager)
sdk/tests/conftest.py:168
Functionmain
( replay_location: Path, color: Annotated[str, typer.Option(help="The color for the displayed text")]
sdk/eidolon_ai_sdk/bin/replay.py:31
Functionmake_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
Functionmake_description
(agent: object, _handler: FnHandler)
sdk/eidolon_ai_sdk/agent/generic_agent.py:59
Functionmake_description
(agent: object, _handler: FnHandler)
sdk/eidolon_ai_sdk/agent/tot_agent/tot_agent.py:45
Functionmake_description
(agent: object, _handler: FnHandler)
sdk/eidolon_ai_sdk/agent/retriever_agent/retriever_agent.py:19
Functionmake_input_schema
(agent: object, handler: FnHandler)
sdk/eidolon_ai_sdk/agent/generic_agent.py:65
Functionmake_input_schema
(agent: object, handler: FnHandler)
sdk/eidolon_ai_sdk/agent/tot_agent/tot_agent.py:51
Methodmake_input_schema
(self, agent, handler)
sdk/eidolon_ai_sdk/agent/simple_agent.py:41
Functionmake_output_schema
(agent: object, handler: FnHandler)
sdk/eidolon_ai_sdk/agent/generic_agent.py:88
Functionmake_output_schema
(agent: object, handler: FnHandler)
sdk/eidolon_ai_sdk/agent/tot_agent/tot_agent.py:65
Methodmake_output_schema
(self, agent, handler)
sdk/eidolon_ai_sdk/agent/simple_agent.py:66
Functionmanage_hello_world_state
()
sdk/tests/system/test_code_agents.py:77
Functionmanage_lifecycle
(_app: FastAPI)
sdk/tests/conftest.py:46
Methodmeaning_of_life_tool
call this tool to get the meaning of life
sdk/tests/test_simple_agent.py:13
Functionmemory
()
sdk/tests/impl/test_local_symbolic_memory.py:8
Methodmkdir
(self, directory: str, exist_ok: bool = False)
sdk/eidolon_ai_sdk/memory/in_memory_file_memory.py:87
Functionmodule_identifier
(request)
sdk/tests/conftest.py:256
Functionmongo_symbolic_memory
(module_identifier)
sdk/tests/conftest.py:191
Methodmood
(self)
examples/eidolon_examples/group_conversation/conversation_agent.py:71
Methodmultiply
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
Functionmy_custom_function
(httpx_request, **kwargs)
sdk/tests/conftest.py:296
Functionnested_random_resource
()
sdk/tests/system/test_reference_model.py:99
Methodnext_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
Methodnext_thought
( self, user_message: UserMessage, llm_call: Callable[ [List[LLMMessage],
sdk/eidolon_ai_sdk/agent/tot_agent/thought_generators.py:127
Methodnext_turn
Called to start the next turn of the conversation.
examples/eidolon_examples/group_conversation/conversation_coordinator.py:161
FunctiononDialogClose
(wasCanceled: boolean)
webui/components/sidebar-list.tsx:54
Methodparse
(self, blob: DataBlob)
sdk/eidolon_ai_sdk/agent/doc_manager/parsers/base_parser.py:143
Methodparse
(self, blob: DataBlob)
sdk/eidolon_ai_sdk/agent/doc_manager/parsers/text_parsers.py:11
Methodparse
(self, blob: DataBlob)
sdk/eidolon_ai_sdk/agent/doc_manager/parsers/text_parsers.py:28
Methodparse
(self, blob: DataBlob)
sdk/eidolon_ai_sdk/agent/doc_manager/parsers/ms_word_parser.py:8
Functionpatched_ObjectId
(*args, **kwargs)
sdk/tests/conftest.py:322
Functionpatched_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
Methodping_all_agents
(self, process_id: str)
examples/eidolon_examples/lib/base_conversation_coordinator.py:56
Functionport
()
sdk/tests/conftest.py:62
Functionprocess
(process_id: str)
sdk/eidolon_ai_sdk/bin/agent_http_server.py:140
Methodprocess_response
(self, call_context: CallContext, response: Any)
sdk/eidolon_ai_sdk/cpu/agent_io.py:84
Methodprocess_token
(self, token: str)
sdk/eidolon_ai_sdk/security/google_authorizor.py:37
Functionprocesses
()
sdk/eidolon_ai_sdk/bin/agent_http_server.py:126
Methodprogress_active
(self, name: Annotated[str, Body()])
sdk/tests/cpu/test_conversational_logic_unit.py:33
Methodprogress_idle
(self, name: FooModel)
sdk/tests/cpu/test_conversational_logic_unit.py:37
Functionpytest_addoption
(parser)
sdk/tests/conftest.py:214
Functionpytest_collection_modifyitems
(items)
sdk/tests/conftest.py:35
Methodquery
( self, collection: str, query: str, num_results: int, metadata_where: Optional[Dict[str, str]] = None
sdk/eidolon_ai_sdk/memory/noop_memory.py:20
Methodquery
( self, collection: str, query: str, num_results: int, metadata_where:
sdk/eidolon_ai_sdk/memory/file_system_vector_store.py:70
Methodquery_embedding
( self, collection: str, query: List[float], num_results: int, metadat
sdk/eidolon_ai_sdk/memory/chroma_vector_store.py:111
Methodquestion
(self, process_id, **kwargs)
sdk/eidolon_ai_sdk/agent/generic_agent.py:105
Methodquestion
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
← previousnext →601–700 of 977, ranked by callers