deliverables: add onspace-ai, manus-client, firecrawl-fastapi stacks - #165
Merged
Conversation
- onspace-ai: FastAPI cost+reliability stack (cache/circuit/fallback/token layer), 31 tests - manus-client: Manus REST API v2 async client (dot-notation endpoints), 10 tests - firecrawl-fastapi: FireCrawl + FastAPI production scraper/crawler (v1.x SDK), 6 tests - all verified + no workflow files (push-safe)
| @asynccontextmanager | ||
| async def lifespan(app: FastAPI): | ||
| settings = get_settings() | ||
| setup_logging(settings) |
| """API endpoints: /scrape, /crawl, /tasks/{id} — ล้วน async + fail-open""" | ||
| from __future__ import annotations | ||
|
|
||
| from typing import Optional |
|
|
||
| from typing import Optional | ||
|
|
||
| from fastapi import APIRouter, Depends, HTTPException |
| import hashlib | ||
| import json | ||
| import logging | ||
| from typing import Any, Optional |
| from __future__ import annotations | ||
|
|
||
| import time | ||
| from typing import Optional |
| import time | ||
| from typing import Optional | ||
|
|
||
| from fastapi import Request, Response |
| import asyncio | ||
| import logging | ||
| import uuid | ||
| from typing import Any, Optional |
| import hmac | ||
| import json | ||
| import logging | ||
| from typing import Any, Optional |
fig-ai-agent Bot
added a commit
that referenced
this pull request
Sep 9, 2026
Co-authored-by: fig-ai-agent[bot] <310751119+fig-ai-agent[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
สรุป
เพิ่ม deliverable โค้ด 3 ชุด ลง
deliverables/— ทุกชุด verify ด้วย tests จริง (ไม่ใช่แค่สเปก) และไม่มี workflow files (push-safe)ชุดที่เพิ่ม
onspace-ai/manus-client/task.create/task.listMessages), CLI, pyprojectfirecrawl-fastapi/หมายเหตุ