Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/burr
/ functions
Functions
2,698 in github.com/apache/burr
⨍
Functions
2,698
◇
Types & classes
381
↳
Endpoints
75
↓ 1 callers
Function
application
(iterations: int)
examples/ml-training/application.py:124
↓ 1 callers
Function
application
(app_id: Optional[str] = None)
examples/ray/application.py:184
↓ 1 callers
Function
application
( app_id: Optional[str] = None, storage_dir: Optional[str] = "~/.burr", )
examples/llm-adventure-game/application.py:123
↓ 1 callers
Function
application
( app_id: str | None = None, username: str | None = None, project: str = "topics_creator", )
examples/instructor-gemini-flash/application.py:257
↓ 1 callers
Function
application
( count_up_to: int = 10, partition_key: str = "demo-user", app_id: Optional[str] = None, stora
examples/hello-world-counter/application.py:37
↓ 1 callers
Function
application
( 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 callers
Function
application
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 callers
Function
application
(app_id: Optional[str] = None)
examples/streaming-fastapi/application.py:187
↓ 1 callers
Function
application
Builds a graph with :class:`~burr.integrations.bedrock.BedrockAction` (non-streaming).
examples/integrations/bedrock/application.py:59
↓ 1 callers
Function
application
( app_id: Optional[str] = None, storage_dir: Optional[str] = "~/.burr", hooks: Optional[List[Lifec
examples/conversational-rag/simple_example/application.py:120
↓ 1 callers
Function
application
()
examples/simple-chatbot-intro/application.py:73
↓ 1 callers
Function
application
()
examples/recursive/application.py:192
↓ 1 callers
Function
application
(in_terminal: bool = False)
examples/other-examples/cowsay/application.py:58
↓ 1 callers
Function
application
()
examples/simulation/application.py:73
↓ 1 callers
Function
application
Builds an application
examples/tool-calling/application.py:191
↓ 1 callers
Function
application
(app_id: Optional[str] = None)
examples/streaming-overview/application.py:147
↓ 1 callers
Function
application
(app_id: Optional[str] = None)
examples/streaming-overview/async_application.py:148
↓ 1 callers
Function
application
( db: DBConnection, app_id: str | None = None, username: str | None = None, project: str = "Ad
examples/adaptive-crag/application.py:460
↓ 1 callers
Function
application
( app_id: Optional[str] = None, storage_dir: Optional[str] = "~/.burr", )
examples/tracing-and-spans/application.py:217
↓ 1 callers
Function
application
( app_id: Optional[str] = None, project_id: str = "demo_chatbot", storage_dir: Optional[str] = "~/
examples/multi-modal-chatbot/application.py:227
↓ 1 callers
Function
application
( app_id: str = None, project: str = "demo_email_assistant", username: str = None )
examples/email-assistant/application.py:189
↓ 1 callers
Function
application_burr_as_otel_provider
Runs the application with Burr as the opentelemetry provider
examples/opentelemetry/application.py:179
↓ 1 callers
Method
apply_mutate
(self, inputs: dict)
burr/core/state.py:139
↓ 1 callers
Method
arun
(self, parent_context: ApplicationContext)
burr/core/parallelism.py:156
↓ 1 callers
Function
assistant_message
(content: str)
examples/adaptive-crag/application.py:66
↓ 1 callers
Method
astream_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 callers
Function
available_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 callers
Function
base64
(str: string)
telemetry/ui/src/api/core/request.ts:62
↓ 1 callers
Function
base_application
Creates the Burr application
examples/templates/multi_modal_agent.py:81
↓ 1 callers
Function
base_application
( hooks: List[LifecycleAdapter], app_id: str, storage_dir: str, project_id: str, )
examples/multi-modal-chatbot/application.py:199
↓ 1 callers
Function
bootstrap_vector_db
Bootstrap the vector database with some input texts.
examples/conversational-rag/simple_example/application.py:39
↓ 1 callers
Method
build
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 callers
Function
build_application
()
examples/openai-compatible-agent/application.py:37
↓ 1 callers
Function
build_application
()
examples/haystack-integration/application.py:34
↓ 1 callers
Function
build_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 callers
Function
build_application
Builds the application.
examples/conversational-rag/graph_db_example/application.py:204
↓ 1 callers
Function
build_application
()
examples/youtube-to-social-media-post/application.py:143
↓ 1 callers
Function
build_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 callers
Function
build_application
Builds the standard application (non-streaming)
examples/typed-state/application.py:184
↓ 1 callers
Function
build_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 callers
Function
build_graph
Builds the graph for the application
examples/pytest/some_actions.py:123
↓ 1 callers
Function
build_ui
Build the UI artifacts from source.
burr/cli/__main__.py:145
↓ 1 callers
Method
cancel
()
telemetry/ui/src/api/core/CancelablePromise.ts:127
↓ 1 callers
Function
catchErrorCodes
(options: ApiRequestOptions, result: ApiResult)
telemetry/ui/src/api/core/request.ts:285
↓ 1 callers
Method
chatHistoryApiV0ChatbotResponseProjectIdAppIdGet
* 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 callers
Method
chatHistoryApiV0StreamingChatbotHistoryProjectIdAppIdGet
* 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 callers
Method
chatResponseApiV0ChatbotResponseProjectIdAppIdPost
* 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 callers
Function
chatbot_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 callers
Function
check_files_exist
Check if each file in 'files' exists in 'directory'.
examples/validate_examples.py:65
↓ 1 callers
Function
classNames
(...classes: string[])
telemetry/ui/src/components/common/tabs.tsx:20
↓ 1 callers
Method
cleanup
Closes the connection to the database.
burr/integrations/persisters/b_asyncpg.py:421
↓ 1 callers
Function
cli
()
burr/cli/__main__.py:125
↓ 1 callers
Function
cmd_all
Verify everything: signatures, checksums, and licenses.
scripts/verify_apache_artifacts.py:589
↓ 1 callers
Function
cmd_all
Handle 'all' subcommand - run complete workflow.
scripts/apache_release.py:910
↓ 1 callers
Function
cmd_archive
Handle 'archive' subcommand.
scripts/apache_release.py:799
↓ 1 callers
Function
cmd_licenses
Verify licenses with Apache RAT.
scripts/verify_apache_artifacts.py:581
↓ 1 callers
Function
cmd_list_contents
List contents of a specific artifact.
scripts/verify_apache_artifacts.py:617
↓ 1 callers
Function
cmd_sdist
Handle 'sdist' subcommand.
scripts/apache_release.py:815
↓ 1 callers
Function
cmd_signatures
Verify signatures and checksums.
scripts/verify_apache_artifacts.py:576
↓ 1 callers
Function
cmd_twine_check
Verify wheel metadata with twine.
scripts/verify_apache_artifacts.py:622
↓ 1 callers
Function
cmd_upload
Handle 'upload' subcommand.
scripts/apache_release.py:863
↓ 1 callers
Function
cmd_verify
Handle 'verify' subcommand.
scripts/apache_release.py:885
↓ 1 callers
Function
cmd_wheel
Handle 'wheel' subcommand.
scripts/apache_release.py:835
↓ 1 callers
Function
connect
()
burr/tracking/server/s3/initialize_db.py:28
↓ 1 callers
Method
construct_data
Constructs a type based on the arguments passed in. :param kwargs: :return:
burr/core/typing.py:73
↓ 1 callers
Method
construct_state
Constructs a state based on the arguments passed in. :param kwargs: :return:
burr/core/typing.py:81
↓ 1 callers
Function
contextualize
Rolling window operation to join consecutive sentences into larger chunks.
examples/rag-lancedb-ingestion/ingestion.py:37
↓ 1 callers
Function
convertApplicationToGraph
( stateMachine: ApplicationModel, showInputs: boolean )
telemetry/ui/src/components/routes/app/GraphView.tsx:253
↓ 1 callers
Method
copy
(self)
burr/tracking/client.py:279
↓ 1 callers
Method
copy
(self)
burr/tracking/base.py:51
↓ 1 callers
Method
copy
(self)
tests/core/test_application.py:3499
↓ 1 callers
Method
countApiV0CounterCountProjectIdAppIdPost
* 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 callers
Function
counter_view
(app_state: AppState)
examples/hello-world-counter/streamlit_app.py:31
↓ 1 callers
Function
cow_say_view
(app_state: AppState)
examples/other-examples/cowsay/streamlit_app.py:31
↓ 1 callers
Method
createAnnotationApiV0ProjectIdAppIdPartitionKeySequenceIdAnnotationsPost
* Create Annotation * @param projectId * @param appId * @param partitionKey * @param sequenceId * @param requestBody * @returns Anno
telemetry/ui/src/api/services/DefaultService.ts:161
↓ 1 callers
Method
createNewApplicationApiV0EmailAssistantCreateNewProjectIdAppIdPost
* Create New Application * @param projectId * @param appId * @returns string Successful Response * @throws ApiError
telemetry/ui/src/api/services/DefaultService.ts:388
↓ 1 callers
Method
create_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 callers
Method
create_from_env
(cls, dotenv_path: Optional[str] = None)
burr/tracking/server/backend.py:258
↓ 1 callers
Method
create_pool
Creates a connection pool that can be shared across persisters.
burr/integrations/persisters/b_asyncpg.py:88
↓ 1 callers
Method
create_table
Helper function to create the table where things are stored.
burr/integrations/persisters/b_asyncpg.py:240
↓ 1 callers
Method
create_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 callers
Method
create_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 callers
Function
creation_template
( outline: str, topics_so_far: list[Topic], num_required_topics: int = NUM_REQUIRED_TOPICS, )
examples/instructor-gemini-flash/application.py:106
↓ 1 callers
Method
data
(self)
burr/core/state.py:299
↓ 1 callers
Function
default_state_and_entry_point
Default state and entry point for the application.
examples/multi-agent-collaboration/hamilton/alternative_implementation.py:142
↓ 1 callers
Function
default_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 callers
Method
deserialize
Converts a JSON object to a state delta
burr/core/state.py:97
↓ 1 callers
Function
diffJSON
(current: any, prior: any)
telemetry/ui/src/components/routes/app/DataView.tsx:329
↓ 1 callers
Method
do_log_attributes
( self, *, attributes: Dict[str, Any], **future_kwargs: Any, )
burr/integrations/opentelemetry.py:205
↓ 1 callers
Function
download_snapshot
()
burr/tracking/server/run.py:103
↓ 1 callers
Function
easeOutCubic
(t: number)
website/src/components/ui/icon-cloud.tsx:26
↓ 1 callers
Function
entry_action_for_subgraph
(state: State)
tests/core/test_parallelism.py:119
↓ 1 callers
Function
escapeCSV
(value: string)
telemetry/ui/src/components/routes/app/AnnotationsView.tsx:245
↓ 1 callers
Function
evaluator_template
(query: str, document: str)
examples/adaptive-crag/application.py:242
↓ 1 callers
Function
exa_search_query_template
(query: str)
examples/adaptive-crag/application.py:197
↓ 1 callers
Function
filterData
(data: AnnotationOut[], filters: Filters)
telemetry/ui/src/components/routes/app/AnnotationsView.tsx:506
↓ 1 callers
Function
final_result
(state: State)
tests/core/test_parallelism.py:138
↓ 1 callers
Function
first_time_init
()
burr/tracking/server/s3/initialize_db.py:37
↓ 1 callers
Function
formatDuration
(duration: number)
telemetry/ui/src/components/common/dates.tsx:65
↓ 1 callers
Function
format_read
(var)
burr/integrations/streamlit.py:201
← previous
next →
501–600 of 2,698, ranked by callers