Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/Final_Assignment_Template
mangubee
/
agentbee
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
91db628
agentbee
/
src
/
agent
/
__init__.py
mangubee
Stage 1: Foundation Setup - LangGraph agent with isolated environment
bd73133
about 2 months ago
raw
Copy download link
history
blame
Safe
110 Bytes
"""
LangGraph agent core package
Author: @mangobee
"""
from
.graph
import
GAIAAgent
__all__ = [
"GAIAAgent"
]