v2.0: Multi-user platform with agent catalog, admin panel, LLM providers
This commit is contained in:
@@ -3,9 +3,12 @@
|
||||
|
||||
from daily_briefing import run
|
||||
|
||||
INSTANCE_ID = int(__import__('os').environ.get("ANGELA_INSTANCE_ID", "0"))
|
||||
|
||||
CONFIG = {
|
||||
"person": "Angela",
|
||||
"agent_id": "angela-daily-briefing",
|
||||
"instance_id": INSTANCE_ID,
|
||||
"wiki_parent_doc_id": "65966bd6-4ef8-4b79-9b79-e4aa62b94e96",
|
||||
"location": {
|
||||
"name": "Providence",
|
||||
|
||||
Reference in New Issue
Block a user