arcade-mcp/examples/agent_frameworks/langchain/studio/configuration.py
Eric Gustin d7107c107d
Update examples (#601)
* Reorganize the examples folder
* Add two mcp server examples. A local filesystem server and a simple
'starter' server.
2025-10-03 17:37:22 -07:00

8 lines
172 B
Python

from dataclasses import dataclass
@dataclass(kw_only=True)
class AgentConfigurable:
"""The configurable fields for the chatbot."""
user_id: str = "default-user"