agent.py
# agent trained on your corpus
from
intech
import
Agent
agent =
Agent
(
"customer_ops"
)
agent.
learn
(
"./tickets/"
)
agent.
deploy
(env=
"prod"
)
# deployed ✓