MCPcopy Create free account

hub / github.com/AutoPackAI/autopack / types & classes

Types & classes22 in github.com/AutoPackAI/autopack

↓ 8 callersClassAutoPackFetchError
autopack/errors.py:5
↓ 7 callersClassPackResponse
Class to store metadata about a (possibly uninstalled) pack
autopack/pack_response.py:8
↓ 5 callersClassAutoPackInstallationError
autopack/errors.py:21
↓ 3 callersClassAutoPackLoadError
autopack/errors.py:17
↓ 3 callersClassNoopPack
tests/data/packs/noop.py:10
↓ 2 callersClassSummarizationPack
tests/data/packs/summarization_pack.py:10
↓ 1 callersClassAutoPackNotFoundError
autopack/errors.py:9
↓ 1 callersClassLangchainWrapper
Thin wrapper around a Pack to allow it to be a LangChain-compatible Tool
autopack/langchain_wrapper.py:7
↓ 1 callersClassWorkspaceFileManager
This class provides file operations restricted to a workspace directory on the local file system.
autopack/filesystem_emulation/workspace_file_manager.py:10
ClassAutoPackError
autopack/errors.py:1
ClassAutoPackNotInstalledError
autopack/errors.py:13
ClassConfig
autopack/pack.py:13
ClassConfig
autopack/pack_config.py:35
ClassFileManager
autopack/filesystem_emulation/file_manager.py:8
ClassFileSystemManager
This class provides unrestricted file operations on the local file system.
autopack/filesystem_emulation/filesystem_file_manager.py:10
ClassInstallerStyle
autopack/pack_config.py:12
ClassInvalidPack
tests/data/packs/invalid.py:1
ClassNoopArgs
tests/data/packs/noop.py:6
ClassPack
autopack/pack.py:12
ClassPackConfig
Class for defining the configuration of AutoPack. This will either be set by: - A custom instantiated class or subclass, and then passed to t
autopack/pack_config.py:21
ClassRAMFileManager
This class emulates a filesystem in RAM, storing files in a dictionary where keys are file paths and values are file content. Recommended for
autopack/filesystem_emulation/ram_file_manager.py:5
ClassSummarizationArgs
tests/data/packs/summarization_pack.py:6