Open Pwuts opened 3 months ago
This issue has automatically been marked as stale because it has not had any activity in the last 50 days. You can unstale it by commenting or removing the label. Otherwise, this issue will be closed in 10 days.
This issue was closed automatically because it has been stale for 10 days with no activity.
Split up into individual issues:
rnd/autogpt_server
to repo-level.pre-commit-config.yaml
# type: ignore
statementslogging
module; replaceprint()
statementsBlockInfo
Pydantic model to replace metadata fields onBlock
implementations and related boilerplate logic (e.g.to_dict()
)@router.{method}(..)
decorator to define endpoints instead ofrouter.add_api_route(..)
. The decorator is the only documented way to do this, and also makes the code more readable and easier to navigate (imo). (docs)