MCPcopy Create free account

hub / github.com/apache/burr / functions

Functions2,698 in github.com/apache/burr

↓ 2 callersMethodtasks
Creates all tasks that this action will run, given the state/inputs. This produces a generator of SubGraphTasks that will be run in parallel.
burr/core/parallelism.py:329
↓ 2 callersFunctiontoggleThumbsUp
(clickedThumbsUp: boolean)
telemetry/ui/src/components/routes/app/AnnotationsView.tsx:820
↓ 2 callersMethodupdate
(self, result: dict, state: State)
burr/core/action.py:713
↓ 2 callersMethodupdate
Update the state using the results of ``Component.run()``. The output socket name is mapped to the Burr state field name. Values retu
burr/integrations/haystack.py:262
↓ 2 callersMethodupdate
(self)
burr/tracking/server/s3/backend.py:635
↓ 2 callersMethodupdateAnnotationApiV0ProjectIdAnnotationIdUpdateAnnotationsPut
* Update Annotation * @param projectId * @param annotationId * @param requestBody * @returns AnnotationOut Successful Response * @throw
telemetry/ui/src/api/services/DefaultService.ts:192
↓ 2 callersFunctionupdatePath
()
website/src/components/ui/animated-beam.tsx:73
↓ 2 callersMethodupdate_log_files
( self, paths_to_update: Sequence[DataFile], all_applications: Sequence[Application] )
burr/tracking/server/s3/backend.py:548
↓ 2 callersFunctionverify_licenses
Verify licenses in all tar.gz artifacts using Apache RAT.
scripts/verify_apache_artifacts.py:442
↓ 2 callersFunctionverify_signatures
Verify all signatures and checksums in artifacts directory.
scripts/verify_apache_artifacts.py:200
↓ 1 callersFunctionCounter
()
telemetry/ui/src/examples/Counter.tsx:93
↓ 1 callersMethod__init__
(self)
burr/core/parallelism.py:251
↓ 1 callersMethod__init__
trace() can wrap any function and uses the tracer to create a span and log attributes. This also (by default) logs the inputs/outputs of a fun
burr/visibility/tracing.py:363
↓ 1 callersMethod__init__
(self, parent: Optional["DummyTracker"] = None)
tests/core/test_parallelism.py:998
↓ 1 callersMethod__next__
(self)
burr/core/action.py:1080
↓ 1 callersMethod_a_stream_run_and_update
( self, state: State, **run_kwargs )
burr/core/action.py:1327
↓ 1 callersMethod_arun_and_update
(self, state: State, **run_kwargs)
burr/core/action.py:1257
↓ 1 callersMethod_async_hooks_enter
(self, context: ActionSpan)
burr/visibility/tracing.py:164
↓ 1 callersMethod_async_hooks_exit
(self, context: ActionSpan)
burr/visibility/tracing.py:175
↓ 1 callersFunction_build_ui_artifacts
Build UI artifacts (npm build + copy to burr/tracking/server/build). This replicates the logic from burr.cli.__main__.run_build_ui_bash_commands(
scripts/apache_release.py:459
↓ 1 callersFunction_check_licenses_with_rat
Run Apache RAT license checker on artifact.
scripts/verify_apache_artifacts.py:259
↓ 1 callersFunction_checksum_artifact
Create SHA512 checksum for artifact.
scripts/apache_release.py:248
↓ 1 callersFunction_cleanup_wheel_contents
Restore burr/examples symlink after wheel build.
scripts/apache_release.py:553
↓ 1 callersFunction_connected_inputs
Get all input sockets that are connected to other components.
burr/integrations/haystack.py:321
↓ 1 callersFunction_connected_outputs
Get all output sockets that are connected to other components.
burr/integrations/haystack.py:333
↓ 1 callersMethod_context_factory
Helper function to create an application context, in the form of the dependency factories we inject to nodes.
burr/core/application.py:932
↓ 1 callersFunction_counter_update_async
(state: State, additional_increment: int = 0)
tests/core/test_application.py:364
↓ 1 callersMethod_create_action_tag_map
Creates a mapping of action tags to lists of corresponding actions. :param actions: List of Action objects :return: Dictionary mappin
burr/core/graph.py:140
↓ 1 callersMethod_create_adjacency_map
(transitions: List[Transition])
burr/core/graph.py:131
↓ 1 callersFunction_demo_invoke
()
examples/integrations/bedrock/application.py:111
↓ 1 callersFunction_demo_stream
()
examples/integrations/bedrock/application.py:120
↓ 1 callersMethod_ensure_dir_structure
(self, app_id: str)
burr/tracking/client.py:373
↓ 1 callersFunction_failing_create
()
tests/integrations/persisters/test_b_aiosqlite.py:143
↓ 1 callersFunction_filter_inputs
(d: dict)
burr/tracking/client.py:107
↓ 1 callersFunction_filter_inputs
(d: dict)
burr/tracking/s3client.py:96
↓ 1 callersFunction_fit_model
This function would fit a model on data upto a certain date.
examples/simulation/application.py:100
↓ 1 callersFunction_forecast_timestep
This function would forecast the next timestep in the simulation given the model and data.
examples/simulation/application.py:105
↓ 1 callersFunction_format_exception
(exception: Exception)
burr/tracking/client.py:98
↓ 1 callersFunction_format_exception
(exception: Exception)
burr/tracking/s3client.py:87
↓ 1 callersFunction_free_port
Pick an available localhost port.
scripts/ci_smoke_server.py:50
↓ 1 callersMethod_gather_log_file_data
Gives a list of log files so we can update the application
burr/tracking/server/s3/backend.py:414
↓ 1 callersMethod_gather_metadata_files
Gives a list of metadata files so we can update the application
burr/tracking/server/s3/backend.py:383
↓ 1 callersMethod_gather_paths_to_update
Gathers all paths to update in s3 -- we store file pointers in the db for these. This allows us to periodically scan for more files to index.
burr/tracking/server/s3/backend.py:435
↓ 1 callersFunction_generate_vote_email
Generate [VOTE] email template.
scripts/apache_release.py:747
↓ 1 callersMethod_get_built_graph
(self)
burr/core/application.py:2734
↓ 1 callersMethod_get_lifecycle_hooks
( self, )
burr/lifecycle/internal.py:132
↓ 1 callersFunction_get_openai_client
()
examples/test-case-creation/application.py:36
↓ 1 callersFunction_get_openai_client
Creates and caches an OpenAI client instance. Returns: openai.Client: A cached OpenAI client instance.
examples/deep-researcher/application.py:41
↓ 1 callersMethod_get_required_and_optional_inputs
Iterate over Haystack Component input sockets and inspect default values. If we expect the value to come from state or it's a bound parameter,
burr/integrations/haystack.py:197
↓ 1 callersMethod_get_time_partition
(self)
burr/tracking/s3client.py:206
↓ 1 callersFunction_get_version_from_file
Extract version from pyproject.toml.
scripts/apache_release.py:200
↓ 1 callersMethod_handle_s3_event
Handle a single S3 event notification - index the file immediately. :param s3_key: The S3 object key from the event :param event_time
burr/tracking/server/s3/backend.py:768
↓ 1 callersFunction_init_instrument
Instrument a Python library. Instrumentation will be skipped if module is not imported nor found in `sys.modules` Exit early if the instrument
burr/integrations/opentelemetry.py:643
↓ 1 callersFunction_is_homogeneous_sequence
(value: Sequence)
burr/integrations/opentelemetry.py:91
↓ 1 callersFunction_langchain_tool_spec
Converts a tool to a langchain tool spec.
examples/multi-agent-collaboration/hamilton/func_agent.py:40
↓ 1 callersFunction_list_tar_gz_contents
List contents of a tar.gz archive.
scripts/verify_apache_artifacts.py:488
↓ 1 callersFunction_list_wheel_contents
List contents of a wheel file.
scripts/verify_apache_artifacts.py:523
↓ 1 callersFunction_locate_package_root
()
burr/cli/__main__.py:91
↓ 1 callersMethod_log_child_relationships
Logs a child relationship. This is special as it does not log to the main log file. Rather it logs within the parent directory. Note this only
burr/tracking/client.py:205
↓ 1 callersFunction_modify_state_machine_digraph
( digraph: graphviz.Digraph, current_node: str = None, prior_nodes: list = [], next_node: str
burr/integrations/streamlit.py:123
↓ 1 callersMethod_parse_kwarg
Parse a kwarg key into (state_key, operator_symbol, comparison_func, explicit). Supports Django-style lookups: ``key__gte=10`` parses as key
burr/core/action.py:508
↓ 1 callersFunction_poll_url
Poll URL until 200 or timeout. Fails fast if server process dies.
scripts/ci_smoke_server.py:66
↓ 1 callersFunction_prepare_wheel_contents
Handle burr/examples symlink: replace with real files for wheel.
scripts/apache_release.py:506
↓ 1 callersFunction_process_data
This function would read and process data from a file.
examples/simulation/application.py:95
↓ 1 callersFunction_remove_ui_build_artifacts
Remove pre-built UI artifacts to ensure clean build.
scripts/apache_release.py:406
↓ 1 callersFunction_render_graphviz
Generate an image file for the graphviz object. Use graphviz's `.render()` to produce a dot file or open the image on the OS (i.e., `view` ar
burr/core/graph.py:82
↓ 1 callersMethod_run_and_update
(self, state: State, **run_kwargs)
burr/core/action.py:1248
↓ 1 callersMethod_s3_get_first_write_date
(self, project_id: str)
burr/tracking/server/s3/backend.py:332
↓ 1 callersMethod_scan_and_update_db
(self)
burr/tracking/server/s3/backend.py:615
↓ 1 callersMethod_scan_and_update_db_for_project
Scans and updates the database for a project. TODO -- break this up into functions :param project: Project to scan/update :p
burr/tracking/server/s3/backend.py:584
↓ 1 callersMethod_set_sequence_id
(self, sequence_id: int)
burr/core/application.py:2111
↓ 1 callersFunction_socket_name_mapping
Map socket names to a single socket name. In Haystack, components communicate via sockets. A socket called "embedding" in one component can b
burr/integrations/haystack.py:291
↓ 1 callersFunction_stable_app_id_hash
Gives a stable hash for an application. Given the parent app_id and a child key, this will give a hash that will be stable across runs. :para
burr/core/parallelism.py:175
↓ 1 callersMethod_stream_run_and_update
(self, state: State, **run_kwargs)
burr/core/action.py:1333
↓ 1 callersFunction_text_from_content_blocks
Join text from every content block (multi-block replies, tool use + text, etc.).
burr/integrations/bedrock.py:75
↓ 1 callersFunction_transform_state_to_test_case
Helper function to transform a state into a test case. :param state: :param action_name: :param test_name: :return:
burr/cli/__main__.py:288
↓ 1 callersMethod_try_warm_up
(self)
burr/integrations/haystack.py:156
↓ 1 callersFunction_update_data
This function would update the data with the forecasted timestep.
examples/simulation/application.py:110
↓ 1 callersMethod_update_high_watermark
( self, paths_to_update: Sequence[DataFile], project: Project, indexing_job: IndexingJob )
burr/tracking/server/s3/backend.py:576
↓ 1 callersMethod_update_projects
(self)
burr/tracking/server/s3/backend.py:346
↓ 1 callersFunction_validate_and_extract_signature_types_streaming
( fn: PydanticStreamingActionFunction, stream_type: Optional[Union[Type[pydantic.BaseModel], Type[dict
burr/integrations/pydantic.py:291
↓ 1 callersFunction_validate_environment_for_command
Validate required tools for the requested command.
scripts/apache_release.py:128
↓ 1 callersMethod_validate_input_sockets
Check that input socket names passed by the user match the Component's input sockets
burr/integrations/haystack.py:160
↓ 1 callersMethod_validate_output_sockets
Check that output socket names passed by the user match the Component's output sockets
burr/integrations/haystack.py:171
↓ 1 callersFunction_verify_artifact_checksum
Verify SHA512 checksum of artifact.
scripts/verify_apache_artifacts.py:103
↓ 1 callersFunction_verify_artifact_checksum
Verify SHA512 checksum of artifact.
scripts/apache_release.py:302
↓ 1 callersFunction_verify_artifact_exists
Verify artifact exists and has reasonable size.
scripts/verify_apache_artifacts.py:183
↓ 1 callersFunction_verify_artifact_signature
Verify GPG signature of artifact.
scripts/verify_apache_artifacts.py:76
↓ 1 callersFunction_verify_artifact_signature
Verify GPG signature of artifact.
scripts/apache_release.py:280
↓ 1 callersFunction_verify_tar_gz_readable
Verify tar.gz archive can be read and contains files.
scripts/verify_apache_artifacts.py:133
↓ 1 callersFunction_verify_wheel_readable
Verify wheel can be read and contains expected structure.
scripts/verify_apache_artifacts.py:155
↓ 1 callersMethodaction
The single action to apply to each state. This can be a function (decorated with `@action`, action object, or subdag). :param state:
burr/core/parallelism.py:774
↓ 1 callersFunctionadd_additional_number_to_add
( state: State, additional_number: int = 1, identifying_number: int = 3000 )
tests/core/test_parallelism.py:129
↓ 1 callersFunctionadd_number_to_add
(state: State)
tests/core/test_parallelism.py:124
↓ 1 callersFunctionadd_table
Drop the table if it exists, create a new table, add data, and create a Full-Text Search index. Semenaitc Search is enabled by default. So cr
examples/adaptive-crag/application.py:112
↓ 1 callersFunctionanimate
()
website/src/components/ui/icon-cloud.tsx:223
↓ 1 callersFunctionannotationsToCSV
(annotations: AnnotationOut[])
telemetry/ui/src/components/routes/app/AnnotationsView.tsx:223
↓ 1 callersMethodanswerQuestionsApiV0EmailAssistantAnswerQuestionsProjectIdAppIdPost
* Answer Questions * Endpoint to answer questions the LLM provides * * :param project_id: ID of the project (used by telemetry tracking/stora
telemetry/ui/src/api/services/DefaultService.ts:451
↓ 1 callersFunctionappend
(key: string, value: any)
telemetry/ui/src/api/core/request.ts:74
↓ 1 callersFunctionapplication
(app_instance_id: Optional[str] = None)
examples/multi-agent-collaboration/hamilton/alternative_implementation.py:153
← previousnext →401–500 of 2,698, ranked by callers