18 lines
613 B
Markdown
18 lines
613 B
Markdown
# Project: agents-runtime
|
|
|
|
## Architecture
|
|
- Central Temporal orchestrator using `CentralOrchestratorWorkflow`.
|
|
- LangChain agent powered by `langchain-google-genai` and 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.
|