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
Method
streaming
(self, name: Annotated[str, Body(embed=True)])
examples/eidolon_examples/hello_world/StreamingTest.py:10
Method
streaming_object
(self, name: Annotated[str, Body(embed=True)])
examples/eidolon_examples/hello_world/StreamingTest.py:18
Method
subtract
Subtracts b from a. :param a: The first number :param b: The second number :return: The result of subtracting b from
examples/eidolon_examples/hello_world/SimpleTool.py:20
Method
take_turn
Called to allow the agent to speak
examples/eidolon_examples/group_conversation/game_master.py:84
Method
teardown_class
(cls)
sdk/tests/util/test_class_utils.py:28
Method
terminate
(self)
sdk/tests/system/test_code_agents.py:232
Method
test
(self, process_id, agent: Annotated[str, Body()])
examples/eidolon_examples/getting_started/2_custom_agents/qa.py:36
Function
test_action
(server)
sdk/tests/client/test_group_conversation.py:48
Function
test_adds_context
()
sdk/tests/test_stream_collector.py:25
Method
test_agent_create_delete_hooks
(self, agent)
sdk/tests/system/test_code_agents.py:200
Method
test_agents_are_separate
(self)
sdk/tests/system/test_code_agents.py:314
Function
test_all_dry_run_are_properly_placed
()
examples/tests/test_k8_logic_unit.py:6
Method
test_allowed_actions
(self)
sdk/tests/system/test_code_agents.py:279
Function
test_annotated_ref_plays_nicely_with_descriptions
()
sdk/tests/system/test_reference_model.py:180
Method
test_array_model_creation
Test creation of a model with array properties.
sdk/tests/util/test_schema_to_model.py:64
Method
test_automatic_state_transition
(self, agent)
sdk/tests/system/test_code_agents.py:107
Function
test_builds_tools_from_other_messages
(conversational_logic_unit)
sdk/tests/cpu/test_conversational_logic_unit.py:77
Function
test_can_build_tools
(conversational_logic_unit)
sdk/tests/cpu/test_conversational_logic_unit.py:70
Function
test_can_hit_generic_agent
(server_loc)
examples/tests/test_quickstart.py:13
Function
test_can_hit_generic_agent
(server_loc)
examples/tests/test_hello_world.py:19
Method
test_can_hit_generic_agent
(self, server_loc)
examples/tests/test_getting_started.py:20
Method
test_can_hit_generic_agent
(self, server_loc)
examples/tests/test_getting_started.py:47
Method
test_can_hit_qa_agent
(self, server_loc)
examples/tests/test_getting_started.py:29
Method
test_can_hit_qa_agent
(self, server_loc)
examples/tests/test_getting_started.py:56
Method
test_can_list_processes
(self, client)
sdk/tests/system/test_code_agents.py:251
Method
test_can_register_function_as_action_and_program
(self)
sdk/tests/system/test_code_agents.py:309
Method
test_can_start
(self, client)
sdk/tests/system/test_code_agents.py:98
Method
test_can_start
(self)
sdk/tests/system/test_code_agents.py:267
Method
test_can_transition_state
(self)
sdk/tests/system/test_code_agents.py:272
Method
test_complex_model
(self)
sdk/tests/util/test_schema_to_model.py:25
Function
test_create_process
(server)
sdk/tests/client/test_client.py:30
Method
test_creating_processes_without_program
(self, agent)
sdk/tests/system/test_code_agents.py:183
Function
test_default_agent
()
sdk/tests/test_simple_agent.py:88
Method
test_default_in_body
(self)
sdk/tests/system/test_code_agents.py:293
Function
test_default_resume_point_config
(machine)
sdk/tests/test_replay.py:37
Method
test_default_values
Test that default values are correctly assigned.
sdk/tests/util/test_schema_to_model.py:86
Function
test_default_yaml_parser
()
sdk/tests/test_replay.py:104
Method
test_delete_process
(self, agent)
sdk/tests/system/test_code_agents.py:191
Function
test_dir
()
sdk/tests/conftest.py:261
Function
test_docs
(conversational_logic_unit)
sdk/tests/cpu/test_conversational_logic_unit.py:98
Method
test_empty_string
(self)
sdk/tests/util/test_str_utils.py:34
Function
test_explicit_named_reference_default_spec
()
sdk/tests/system/test_reference_model.py:82
Function
test_explicit_named_reference_spec_overriden_in_reference
()
sdk/tests/system/test_reference_model.py:90
Function
test_explicit_reference_default_spec
()
sdk/tests/system/test_reference_model.py:68
Function
test_explicit_reference_override_spec
()
sdk/tests/system/test_reference_model.py:75
Function
test_extended_reference_raw
()
sdk/tests/system/test_reference_model.py:154
Function
test_extended_reference_wrapped_with_overrides
()
sdk/tests/system/test_reference_model.py:148
Function
test_extending_reference_wrapped
()
sdk/tests/system/test_reference_model.py:142
Function
test_foo
()
examples/tests/test_k8_logic_unit.py:15
Function
test_from_dict
()
sdk/tests/test_events.py:4
Function
test_get_changes
(github_loader)
sdk/tests/test_github_loader.py:21
Function
test_go_to_url
(websearch)
sdk/tests/test_web_search.py:11
Function
test_headers_only_show_propagated
()
sdk/tests/test_request_context.py:14
Method
test_hello_world
(self, server, client)
sdk/tests/system/test_event_recording.py:67
Method
test_hello_world
(self, agent)
sdk/tests/system/test_code_agents.py:102
Method
test_hello_world_streaming
(self, client)
sdk/tests/system/test_event_recording.py:84
Method
test_http_error
(self, server, program)
sdk/tests/system/test_code_agents.py:113
Method
test_implementation_class_not_subclass
Test error when the class is not a subclass of the specified type.
sdk/tests/util/test_class_utils.py:48
Method
test_implementation_fqn_incorrect
Test error when the fully qualified name is incorrect.
sdk/tests/util/test_class_utils.py:42
Method
test_implementation_fqn_not_provided
Test error when the fully qualified name is not provided.
sdk/tests/util/test_class_utils.py:36
Method
test_insert
(self, memory)
sdk/tests/impl/test_local_symbolic_memory.py:35
Method
test_insert_one
(self, memory)
sdk/tests/impl/test_local_symbolic_memory.py:27
Method
test_invalid_schema
Test that an invalid schema raises the appropriate error.
sdk/tests/util/test_schema_to_model.py:123
Function
test_json_output
()
sdk/tests/test_simple_agent.py:108
Function
test_limit_object_ending_on_dict
()
examples/tests/test_k8_logic_unit.py:34
Function
test_limit_object_ending_on_list
()
examples/tests/test_k8_logic_unit.py:40
Function
test_list_files
(github_loader)
sdk/tests/test_github_loader.py:15
Function
test_list_files
(agent)
sdk/tests/agent/test_retriever_agent.py:32
Function
test_loosely_validated_type_bounds
()
sdk/tests/system/test_reference_model.py:197
Function
test_loosely_validated_type_bounds_dumping_dict
()
sdk/tests/system/test_reference_model.py:188
Method
test_lots_o_context
(self, agent)
sdk/tests/system/test_code_agents.py:155
Method
test_lots_o_context_streaming
(self, agent)
sdk/tests/system/test_code_agents.py:160
Method
test_matches_query_complex
(self, memory)
sdk/tests/impl/test_local_symbolic_memory.py:50
Method
test_matches_query_simple
(self, memory)
sdk/tests/impl/test_local_symbolic_memory.py:43
Method
test_matches_query_with_operators
(self, memory)
sdk/tests/impl/test_local_symbolic_memory.py:64
Function
test_multiple_calls
(conversational_logic_unit)
sdk/tests/cpu/test_conversational_logic_unit.py:104
Function
test_multiple_files
(cat, dog)
sdk/tests/test_simple_agent.py:216
Function
test_multiple_files_no_body
(cat, dog)
sdk/tests/test_simple_agent.py:224
Function
test_multiple_prompt_args
()
sdk/tests/test_simple_agent.py:100
Method
test_multiple_replacements_different_vars
(self)
sdk/tests/util/test_str_utils.py:28
Method
test_multiple_replacements_same_var
(self)
sdk/tests/util/test_str_utils.py:25
Method
test_nested_model_creation
Test creation of a model with nested objects.
sdk/tests/util/test_schema_to_model.py:43
Function
test_nested_resources
(nested_random_resource)
sdk/tests/system/test_reference_model.py:106
Function
test_nested_resources_with_override
(nested_random_resource)
sdk/tests/system/test_reference_model.py:113
Function
test_no_body
(conversational_logic_unit)
sdk/tests/cpu/test_conversational_logic_unit.py:92
Method
test_no_replacement
(self)
sdk/tests/util/test_str_utils.py:22
Method
test_no_variables
(self)
sdk/tests/util/test_str_utils.py:31
Function
test_no_vars
()
sdk/tests/test_simple_agent.py:94
Method
test_nonexistent_variable
(self)
sdk/tests/util/test_str_utils.py:40
Method
test_only_variable
(self)
sdk/tests/util/test_str_utils.py:37
Function
test_optional_file_no_body_with_file
(dog)
sdk/tests/test_simple_agent.py:180
Function
test_optional_file_no_body_with_no_file
()
sdk/tests/test_simple_agent.py:174
Function
test_optional_file_with_file
(dog)
sdk/tests/test_simple_agent.py:164
Function
test_optional_file_with_no_file
()
sdk/tests/test_simple_agent.py:158
Method
test_parse
(self)
sdk/tests/agent/doc_manager/parsers/test_pdf_parser.py:8
Method
test_parse_large_string
(self, text_parser: TextParser)
sdk/tests/agent/doc_manager/parsers/test_text_parser.py:21
Method
test_parse_simple_string
(self, text_parser: TextParser)
sdk/tests/agent/doc_manager/parsers/test_text_parser.py:12
Function
test_reference_with_default
()
sdk/tests/system/test_reference_model.py:166
Function
test_reference_with_no_default
()
sdk/tests/system/test_reference_model.py:160
Function
test_reference_with_string_default
()
sdk/tests/system/test_reference_model.py:172
← previous
next →
801–900 of 977, ranked by callers