Home / Domains / ExtensibilityTools

ExtensibilityTools

Browse all 114 domain entities categorized under ExtensibilityTools in the anthropic-sdk-python Architecture Docs architecture documentation.

114 entities · Page 1 of 3

BetaAbstractMemoryTool Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaAbstractMemoryTool class in _beta_builtin_memory_tool.py from the anthropic-sdk-python codebase.
Class python
BetaAsyncAbstractMemoryTool Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaAsyncAbstractMemoryTool class in _beta_builtin_memory_tool.py from the anthropic-sdk-python codebase.
Class python
CompactionControl Class — anthropic-sdk-python Architecture
Architecture documentation for the CompactionControl class in _beta_compaction_control.py from the anthropic-sdk-python codebase.
Class python
BaseFunctionTool Class — anthropic-sdk-python Architecture
Architecture documentation for the BaseFunctionTool class in _beta_functions.py from the anthropic-sdk-python codebase.
Class python
BetaAsyncBuiltinFunctionTool Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaAsyncBuiltinFunctionTool class in _beta_functions.py from the anthropic-sdk-python codebase.
Class python
BetaAsyncFunctionTool Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaAsyncFunctionTool class in _beta_functions.py from the anthropic-sdk-python codebase.
Class python
BetaBuiltinFunctionTool Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaBuiltinFunctionTool class in _beta_functions.py from the anthropic-sdk-python codebase.
Class python
BetaFunctionTool Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaFunctionTool class in _beta_functions.py from the anthropic-sdk-python codebase.
Class python
CustomGenerateJsonSchema Class — anthropic-sdk-python Architecture
Architecture documentation for the CustomGenerateJsonSchema class in _beta_functions.py from the anthropic-sdk-python codebase.
Class python
BaseAsyncToolRunner Class — anthropic-sdk-python Architecture
Architecture documentation for the BaseAsyncToolRunner class in _beta_runner.py from the anthropic-sdk-python codebase.
Class python
BaseSyncToolRunner Class — anthropic-sdk-python Architecture
Architecture documentation for the BaseSyncToolRunner class in _beta_runner.py from the anthropic-sdk-python codebase.
Class python
BaseToolRunner Class — anthropic-sdk-python Architecture
Architecture documentation for the BaseToolRunner class in _beta_runner.py from the anthropic-sdk-python codebase.
Class python
BetaAsyncStreamingToolRunner Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaAsyncStreamingToolRunner class in _beta_runner.py from the anthropic-sdk-python codebase.
Class python
BetaAsyncToolRunner Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaAsyncToolRunner class in _beta_runner.py from the anthropic-sdk-python codebase.
Class python
BetaStreamingToolRunner Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaStreamingToolRunner class in _beta_runner.py from the anthropic-sdk-python codebase.
Class python
BetaToolRunner Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaToolRunner class in _beta_runner.py from the anthropic-sdk-python codebase.
Class python
RequestOptions Class — anthropic-sdk-python Architecture
Architecture documentation for the RequestOptions class in _beta_runner.py from the anthropic-sdk-python codebase.
Class python
ExtensibilityTools Domain — anthropic-sdk-python Architecture
Beta libraries for advanced agentic behaviors like tool running and memory management. Architectural overview of the ExtensibilityTools domain in the anthropic-sdk-python codebase. Contains 6 source files.
Domain
basic.py — anthropic-sdk-python Source File
Architecture documentation for basic.py, a python file in the anthropic-sdk-python codebase. 10 imports, 0 dependents.
File python
_beta_builtin_memory_tool.py — anthropic-sdk-python Source File
Architecture documentation for _beta_builtin_memory_tool.py, a python file in the anthropic-sdk-python codebase. 8 imports, 1 dependents.
File python
_beta_compaction_control.py — anthropic-sdk-python Source File
Architecture documentation for _beta_compaction_control.py, a python file in the anthropic-sdk-python codebase. 2 imports, 1 dependents.
File python
_beta_functions.py — anthropic-sdk-python Source File
Architecture documentation for _beta_functions.py, a python file in the anthropic-sdk-python codebase. 18 imports, 3 dependents.
File python
_beta_runner.py — anthropic-sdk-python Source File
Architecture documentation for _beta_runner.py, a python file in the anthropic-sdk-python codebase. 22 imports, 1 dependents.
File python
__init__.py — anthropic-sdk-python Source File
Architecture documentation for __init__.py, a python file in the anthropic-sdk-python codebase. 15 imports, 0 dependents.
File python
clear_all_memory() — anthropic-sdk-python Function Reference
Architecture documentation for the clear_all_memory() function in basic.py from the anthropic-sdk-python codebase.
Function python
conversation_loop() — anthropic-sdk-python Function Reference
Architecture documentation for the conversation_loop() function in basic.py from the anthropic-sdk-python codebase.
Function python
create() — anthropic-sdk-python Function Reference
Architecture documentation for the create() function in basic.py from the anthropic-sdk-python codebase.
Function python
delete() — anthropic-sdk-python Function Reference
Architecture documentation for the delete() function in basic.py from the anthropic-sdk-python codebase.
Function python
__init__() — anthropic-sdk-python Function Reference
Architecture documentation for the __init__() function in basic.py from the anthropic-sdk-python codebase.
Function python
__init__() — anthropic-sdk-python Function Reference
Architecture documentation for the __init__() function in basic.py from the anthropic-sdk-python codebase.
Function python
insert() — anthropic-sdk-python Function Reference
Architecture documentation for the insert() function in basic.py from the anthropic-sdk-python codebase.
Function python
rename() — anthropic-sdk-python Function Reference
Architecture documentation for the rename() function in basic.py from the anthropic-sdk-python codebase.
Function python
_spin() — anthropic-sdk-python Function Reference
Architecture documentation for the _spin() function in basic.py from the anthropic-sdk-python codebase.
Function python
start() — anthropic-sdk-python Function Reference
Architecture documentation for the start() function in basic.py from the anthropic-sdk-python codebase.
Function python
stop() — anthropic-sdk-python Function Reference
Architecture documentation for the stop() function in basic.py from the anthropic-sdk-python codebase.
Function python
str_replace() — anthropic-sdk-python Function Reference
Architecture documentation for the str_replace() function in basic.py from the anthropic-sdk-python codebase.
Function python
_validate_path() — anthropic-sdk-python Function Reference
Architecture documentation for the _validate_path() function in basic.py from the anthropic-sdk-python codebase.
Function python
view() — anthropic-sdk-python Function Reference
Architecture documentation for the view() function in basic.py from the anthropic-sdk-python codebase.
Function python
call() — anthropic-sdk-python Function Reference
Architecture documentation for the call() function in _beta_builtin_memory_tool.py from the anthropic-sdk-python codebase.
Function python
call() — anthropic-sdk-python Function Reference
Architecture documentation for the call() function in _beta_builtin_memory_tool.py from the anthropic-sdk-python codebase.
Function python
clear_all_memory() — anthropic-sdk-python Function Reference
Architecture documentation for the clear_all_memory() function in _beta_builtin_memory_tool.py from the anthropic-sdk-python codebase.
Function python
clear_all_memory() — anthropic-sdk-python Function Reference
Architecture documentation for the clear_all_memory() function in _beta_builtin_memory_tool.py from the anthropic-sdk-python codebase.
Function python
create() — anthropic-sdk-python Function Reference
Architecture documentation for the create() function in _beta_builtin_memory_tool.py from the anthropic-sdk-python codebase.
Function python
create() — anthropic-sdk-python Function Reference
Architecture documentation for the create() function in _beta_builtin_memory_tool.py from the anthropic-sdk-python codebase.
Function python
delete() — anthropic-sdk-python Function Reference
Architecture documentation for the delete() function in _beta_builtin_memory_tool.py from the anthropic-sdk-python codebase.
Function python
delete() — anthropic-sdk-python Function Reference
Architecture documentation for the delete() function in _beta_builtin_memory_tool.py from the anthropic-sdk-python codebase.
Function python
execute() — anthropic-sdk-python Function Reference
Architecture documentation for the execute() function in _beta_builtin_memory_tool.py from the anthropic-sdk-python codebase.
Function python
execute() — anthropic-sdk-python Function Reference
Architecture documentation for the execute() function in _beta_builtin_memory_tool.py from the anthropic-sdk-python codebase.
Function python

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free