Project Monitor agent: LLM-powered project status reports with wiki+Gitea integration
This commit is contained in:
@@ -30,6 +30,7 @@ class AgentCatalog(Base):
|
||||
default_config = Column(JSON, default=dict)
|
||||
supports_schedule = Column(Boolean, default=True)
|
||||
is_sub_agent = Column(Boolean, default=False)
|
||||
requires_llm = Column(Boolean, default=False)
|
||||
|
||||
instances = relationship("AgentInstance", back_populates="catalog_entry")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user