MCPcopy Create free account

hub / github.com/apache/burr / functions

Functions2,698 in github.com/apache/burr

↓ 1 callersFunctionapplication
(iterations: int)
examples/ml-training/application.py:124
↓ 1 callersFunctionapplication
(app_id: Optional[str] = None)
examples/ray/application.py:184
↓ 1 callersFunctionapplication
( app_id: Optional[str] = None, storage_dir: Optional[str] = "~/.burr", )
examples/llm-adventure-game/application.py:123
↓ 1 callersFunctionapplication
( app_id: str | None = None, username: str | None = None, project: str = "topics_creator", )
examples/instructor-gemini-flash/application.py:257
↓ 1 callersFunctionapplication
( count_up_to: int = 10, partition_key: str = "demo-user", app_id: Optional[str] = None, stora
examples/hello-world-counter/application.py:37
↓ 1 callersFunctionapplication
( count_up_to: int = 10, partition_key: str = "demo-user", app_id: Optional[str] = None, stora
examples/hello-world-counter/application_classbased.py:64
↓ 1 callersFunctionapplication
Creates and configures an application instance for conducting research. Args: app_id (Optional[str]): A unique identifier for the ap
examples/deep-researcher/application.py:260
↓ 1 callersFunctionapplication
(app_id: Optional[str] = None)
examples/streaming-fastapi/application.py:187
↓ 1 callersFunctionapplication
Builds a graph with :class:`~burr.integrations.bedrock.BedrockAction` (non-streaming).
examples/integrations/bedrock/application.py:59
↓ 1 callersFunctionapplication
( app_id: Optional[str] = None, storage_dir: Optional[str] = "~/.burr", hooks: Optional[List[Lifec
examples/conversational-rag/simple_example/application.py:120
↓ 1 callersFunctionapplication
()
examples/simple-chatbot-intro/application.py:73
↓ 1 callersFunctionapplication
()
examples/recursive/application.py:192
↓ 1 callersFunctionapplication
(in_terminal: bool = False)
examples/other-examples/cowsay/application.py:58
↓ 1 callersFunctionapplication
()
examples/simulation/application.py:73
↓ 1 callersFunctionapplication
Builds an application
examples/tool-calling/application.py:191
↓ 1 callersFunctionapplication
(app_id: Optional[str] = None)
examples/streaming-overview/application.py:147
↓ 1 callersFunctionapplication
(app_id: Optional[str] = None)
examples/streaming-overview/async_application.py:148
↓ 1 callersFunctionapplication
( db: DBConnection, app_id: str | None = None, username: str | None = None, project: str = "Ad
examples/adaptive-crag/application.py:460
↓ 1 callersFunctionapplication
( app_id: Optional[str] = None, storage_dir: Optional[str] = "~/.burr", )
examples/tracing-and-spans/application.py:217
↓ 1 callersFunctionapplication
( app_id: Optional[str] = None, project_id: str = "demo_chatbot", storage_dir: Optional[str] = "~/
examples/multi-modal-chatbot/application.py:227
↓ 1 callersFunctionapplication
( app_id: str = None, project: str = "demo_email_assistant", username: str = None )
examples/email-assistant/application.py:189
↓ 1 callersFunctionapplication_burr_as_otel_provider
Runs the application with Burr as the opentelemetry provider
examples/opentelemetry/application.py:179
↓ 1 callersMethodapply_mutate
(self, inputs: dict)
burr/core/state.py:139
↓ 1 callersMethodarun
(self, parent_context: ApplicationContext)
burr/core/parallelism.py:156
↓ 1 callersFunctionassistant_message
(content: str)
examples/adaptive-crag/application.py:66
↓ 1 callersMethodastream_iterate
Async version of stream_iterate. Produces an async generator that iterates through intermediate streams. See stream_iterate for more details.
burr/core/application.py:1959
↓ 1 callersFunctionavailable_dists
Get the name of all available libraries in the current environment. ref for importlib.metadata: https://docs.python.org/3.11/library/importlib.me
burr/integrations/opentelemetry.py:635
↓ 1 callersFunctionbase64
(str: string)
telemetry/ui/src/api/core/request.ts:62
↓ 1 callersFunctionbase_application
Creates the Burr application
examples/templates/multi_modal_agent.py:81
↓ 1 callersFunctionbase_application
( hooks: List[LifecycleAdapter], app_id: str, storage_dir: str, project_id: str, )
examples/multi-modal-chatbot/application.py:199
↓ 1 callersFunctionbootstrap_vector_db
Bootstrap the vector database with some input texts.
examples/conversational-rag/simple_example/application.py:39
↓ 1 callersMethodbuild
Builds the application for synchronous runs. We support both synchronous and asynchronous applications. In case you are using state initializ
burr/core/application.py:2783
↓ 1 callersFunctionbuild_application
()
examples/openai-compatible-agent/application.py:37
↓ 1 callersFunctionbuild_application
()
examples/haystack-integration/application.py:34
↓ 1 callersFunctionbuild_application
This builds the Burr application and returns it. :param starting_image: the starting image to use :param number_of_images_to_caption: the num
examples/image-telephone/application.py:149
↓ 1 callersFunctionbuild_application
Builds the application.
examples/conversational-rag/graph_db_example/application.py:204
↓ 1 callersFunctionbuild_application
()
examples/youtube-to-social-media-post/application.py:143
↓ 1 callersFunctionbuild_application
Builds an application with the given parameters. :param app_id: :param graph: :param initial_state: :param initial_entrypoint: :p
examples/pytest/some_actions.py:141
↓ 1 callersFunctionbuild_application
Builds the standard application (non-streaming)
examples/typed-state/application.py:184
↓ 1 callersFunctionbuild_application
Create the Burr `Application`. This is responsible for instantiating the OpenAI client and the LanceDB connection
examples/rag-lancedb-ingestion/application.py:78
↓ 1 callersFunctionbuild_graph
Builds the graph for the application
examples/pytest/some_actions.py:123
↓ 1 callersFunctionbuild_ui
Build the UI artifacts from source.
burr/cli/__main__.py:145
↓ 1 callersMethodcancel
()
telemetry/ui/src/api/core/CancelablePromise.ts:127
↓ 1 callersFunctioncatchErrorCodes
(options: ApiRequestOptions, result: ApiResult)
telemetry/ui/src/api/core/request.ts:285
↓ 1 callersMethodchatHistoryApiV0ChatbotResponseProjectIdAppIdGet
* Chat History * Endpoint to get chat history. Gets the application and returns the chat history from state. * * :param project_id: Project I
telemetry/ui/src/api/services/DefaultService.ts:336
↓ 1 callersMethodchatHistoryApiV0StreamingChatbotHistoryProjectIdAppIdGet
* Chat History * Endpoint to get chat history. Gets the application and returns the chat history from state. * * :param project_id: Project I
telemetry/ui/src/api/services/DefaultService.ts:591
↓ 1 callersMethodchatResponseApiV0ChatbotResponseProjectIdAppIdPost
* Chat Response * Chat response endpoint. User passes in a prompt and the system returns the * full chat history, so its easier to render. *
telemetry/ui/src/api/services/DefaultService.ts:306
↓ 1 callersFunctionchatbot_step
Pushes state forward for the chatbot. Returns whether or not to rerun the app. :param app_state: State of the app :param prompt: Prompt to se
examples/multi-modal-chatbot/streamlit_app.py:69
↓ 1 callersFunctioncheck_files_exist
Check if each file in 'files' exists in 'directory'.
examples/validate_examples.py:65
↓ 1 callersFunctionclassNames
(...classes: string[])
telemetry/ui/src/components/common/tabs.tsx:20
↓ 1 callersMethodcleanup
Closes the connection to the database.
burr/integrations/persisters/b_asyncpg.py:421
↓ 1 callersFunctioncli
()
burr/cli/__main__.py:125
↓ 1 callersFunctioncmd_all
Verify everything: signatures, checksums, and licenses.
scripts/verify_apache_artifacts.py:589
↓ 1 callersFunctioncmd_all
Handle 'all' subcommand - run complete workflow.
scripts/apache_release.py:910
↓ 1 callersFunctioncmd_archive
Handle 'archive' subcommand.
scripts/apache_release.py:799
↓ 1 callersFunctioncmd_licenses
Verify licenses with Apache RAT.
scripts/verify_apache_artifacts.py:581
↓ 1 callersFunctioncmd_list_contents
List contents of a specific artifact.
scripts/verify_apache_artifacts.py:617
↓ 1 callersFunctioncmd_sdist
Handle 'sdist' subcommand.
scripts/apache_release.py:815
↓ 1 callersFunctioncmd_signatures
Verify signatures and checksums.
scripts/verify_apache_artifacts.py:576
↓ 1 callersFunctioncmd_twine_check
Verify wheel metadata with twine.
scripts/verify_apache_artifacts.py:622
↓ 1 callersFunctioncmd_upload
Handle 'upload' subcommand.
scripts/apache_release.py:863
↓ 1 callersFunctioncmd_verify
Handle 'verify' subcommand.
scripts/apache_release.py:885
↓ 1 callersFunctioncmd_wheel
Handle 'wheel' subcommand.
scripts/apache_release.py:835
↓ 1 callersFunctionconnect
()
burr/tracking/server/s3/initialize_db.py:28
↓ 1 callersMethodconstruct_data
Constructs a type based on the arguments passed in. :param kwargs: :return:
burr/core/typing.py:73
↓ 1 callersMethodconstruct_state
Constructs a state based on the arguments passed in. :param kwargs: :return:
burr/core/typing.py:81
↓ 1 callersFunctioncontextualize
Rolling window operation to join consecutive sentences into larger chunks.
examples/rag-lancedb-ingestion/ingestion.py:37
↓ 1 callersFunctionconvertApplicationToGraph
( stateMachine: ApplicationModel, showInputs: boolean )
telemetry/ui/src/components/routes/app/GraphView.tsx:253
↓ 1 callersMethodcopy
(self)
burr/tracking/client.py:279
↓ 1 callersMethodcopy
(self)
burr/tracking/base.py:51
↓ 1 callersMethodcopy
(self)
tests/core/test_application.py:3499
↓ 1 callersMethodcountApiV0CounterCountProjectIdAppIdPost
* Count * Increment the counter by one step and return the new state. * * :param project_id: Project ID to run * :param app_id: Applicatio
telemetry/ui/src/api/services/DefaultService.ts:713
↓ 1 callersFunctioncounter_view
(app_state: AppState)
examples/hello-world-counter/streamlit_app.py:31
↓ 1 callersFunctioncow_say_view
(app_state: AppState)
examples/other-examples/cowsay/streamlit_app.py:31
↓ 1 callersMethodcreateAnnotationApiV0ProjectIdAppIdPartitionKeySequenceIdAnnotationsPost
* Create Annotation * @param projectId * @param appId * @param partitionKey * @param sequenceId * @param requestBody * @returns Anno
telemetry/ui/src/api/services/DefaultService.ts:161
↓ 1 callersMethodcreateNewApplicationApiV0EmailAssistantCreateNewProjectIdAppIdPost
* Create New Application * @param projectId * @param appId * @returns string Successful Response * @throws ApiError
telemetry/ui/src/api/services/DefaultService.ts:388
↓ 1 callersMethodcreate_annotation
Creates an annotation by loading all annotations, finding the max ID, and then appending the new annotation. This is not efficient but it's OK
burr/tracking/server/backend.py:317
↓ 1 callersMethodcreate_from_env
(cls, dotenv_path: Optional[str] = None)
burr/tracking/server/backend.py:258
↓ 1 callersMethodcreate_pool
Creates a connection pool that can be shared across persisters.
burr/integrations/persisters/b_asyncpg.py:88
↓ 1 callersMethodcreate_table
Helper function to create the table where things are stored.
burr/integrations/persisters/b_asyncpg.py:240
↓ 1 callersMethodcreate_table_if_not_exists
Helper function to create the table where things are stored if it doesn't exist.
burr/core/persistence.py:405
↓ 1 callersMethodcreate_table_if_not_exists
Helper function to create the table where things are stored if it doesn't exist.
burr/integrations/persisters/b_aiosqlite.py:146
↓ 1 callersFunctioncreation_template
( outline: str, topics_so_far: list[Topic], num_required_topics: int = NUM_REQUIRED_TOPICS, )
examples/instructor-gemini-flash/application.py:106
↓ 1 callersMethoddata
(self)
burr/core/state.py:299
↓ 1 callersFunctiondefault_state_and_entry_point
Default state and entry point for the application.
examples/multi-agent-collaboration/hamilton/alternative_implementation.py:142
↓ 1 callersFunctiondefault_state_and_entry_point
Sets the default state & entry point :param query: the query for the agents to work on. :return:
examples/multi-agent-collaboration/lcel/application.py:215
↓ 1 callersMethoddeserialize
Converts a JSON object to a state delta
burr/core/state.py:97
↓ 1 callersFunctiondiffJSON
(current: any, prior: any)
telemetry/ui/src/components/routes/app/DataView.tsx:329
↓ 1 callersMethoddo_log_attributes
( self, *, attributes: Dict[str, Any], **future_kwargs: Any, )
burr/integrations/opentelemetry.py:205
↓ 1 callersFunctiondownload_snapshot
()
burr/tracking/server/run.py:103
↓ 1 callersFunctioneaseOutCubic
(t: number)
website/src/components/ui/icon-cloud.tsx:26
↓ 1 callersFunctionentry_action_for_subgraph
(state: State)
tests/core/test_parallelism.py:119
↓ 1 callersFunctionescapeCSV
(value: string)
telemetry/ui/src/components/routes/app/AnnotationsView.tsx:245
↓ 1 callersFunctionevaluator_template
(query: str, document: str)
examples/adaptive-crag/application.py:242
↓ 1 callersFunctionexa_search_query_template
(query: str)
examples/adaptive-crag/application.py:197
↓ 1 callersFunctionfilterData
(data: AnnotationOut[], filters: Filters)
telemetry/ui/src/components/routes/app/AnnotationsView.tsx:506
↓ 1 callersFunctionfinal_result
(state: State)
tests/core/test_parallelism.py:138
↓ 1 callersFunctionfirst_time_init
()
burr/tracking/server/s3/initialize_db.py:37
↓ 1 callersFunctionformatDuration
(duration: number)
telemetry/ui/src/components/common/dates.tsx:65
↓ 1 callersFunctionformat_read
(var)
burr/integrations/streamlit.py:201
← previousnext →501–600 of 2,698, ranked by callers