v2.0: Multi-user platform with agent catalog, admin panel, LLM providers
This commit is contained in:
@@ -3,9 +3,13 @@
|
||||
|
||||
from daily_briefing import run
|
||||
|
||||
# Instance ID will be set after migration (updated by deploy script)
|
||||
INSTANCE_ID = int(__import__('os').environ.get("ERIC_INSTANCE_ID", "0"))
|
||||
|
||||
CONFIG = {
|
||||
"person": "Eric",
|
||||
"agent_id": "eric-daily-briefing",
|
||||
"instance_id": INSTANCE_ID,
|
||||
"wiki_parent_doc_id": "2a891fe8-579b-450b-a663-de93915896b7",
|
||||
"location": {
|
||||
"name": "Providence",
|
||||
|
||||
Reference in New Issue
Block a user