613 B
613 B
Project: agents-runtime
Architecture
- Central Temporal orchestrator using
CentralOrchestratorWorkflow. - LangChain agent powered by
langchain-google-genaiand Gemini API. - Tools: WhatsApp, Reminder, Calendar.
Milestones
| # | Name | Scope | Dependencies | Status |
|---|---|---|---|---|
| 1 | Central Agent | Create workflow, worker, LangChain agent with tools, and tests. | none | PLANNED |
Code Layout
src/orchestrator.py: Temporal workflow.src/agent.py: LangChain agent and tools.src/worker.py: Temporal worker setup.test_orchestrator.py: E2E test.