Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoPackAI/autopack
/ types & classes
Types & classes
22 in github.com/AutoPackAI/autopack
⨍
Functions
130
◇
Types & classes
22
↳
Endpoints
8
↓ 8 callers
Class
AutoPackFetchError
autopack/errors.py:5
↓ 7 callers
Class
PackResponse
Class to store metadata about a (possibly uninstalled) pack
autopack/pack_response.py:8
↓ 5 callers
Class
AutoPackInstallationError
autopack/errors.py:21
↓ 3 callers
Class
AutoPackLoadError
autopack/errors.py:17
↓ 3 callers
Class
NoopPack
tests/data/packs/noop.py:10
↓ 2 callers
Class
SummarizationPack
tests/data/packs/summarization_pack.py:10
↓ 1 callers
Class
AutoPackNotFoundError
autopack/errors.py:9
↓ 1 callers
Class
LangchainWrapper
Thin wrapper around a Pack to allow it to be a LangChain-compatible Tool
autopack/langchain_wrapper.py:7
↓ 1 callers
Class
WorkspaceFileManager
This class provides file operations restricted to a workspace directory on the local file system.
autopack/filesystem_emulation/workspace_file_manager.py:10
Class
AutoPackError
autopack/errors.py:1
Class
AutoPackNotInstalledError
autopack/errors.py:13
Class
Config
autopack/pack.py:13
Class
Config
autopack/pack_config.py:35
Class
FileManager
autopack/filesystem_emulation/file_manager.py:8
Class
FileSystemManager
This class provides unrestricted file operations on the local file system.
autopack/filesystem_emulation/filesystem_file_manager.py:10
Class
InstallerStyle
autopack/pack_config.py:12
Class
InvalidPack
tests/data/packs/invalid.py:1
Class
NoopArgs
tests/data/packs/noop.py:6
Class
Pack
autopack/pack.py:12
Class
PackConfig
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
Class
RAMFileManager
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
Class
SummarizationArgs
tests/data/packs/summarization_pack.py:6