Please share your feedback here #1
Replies: 4 comments
|
while the applications are under review i have few questions : LLM provider preference — is ElizaOS expected to be provider-agnostic (Anthropic/OpenAI/local via Ollama), or do you have a preferred default for the DMP deliverable? |
|
Hi @seetadev and @aspiringsecurity, I have submitted a proposal for this issue to C4GT DMP 2026 and wanted to engage here on the technical direction. The scope is genuinely interesting because it stitches together three non-trivial layers — a config-driven ecosystem abstraction, an agentic co-pilot, and Web3 invoice rails — into one coherent surface for community hubs. What resonated in the spec Clarifying questions Looking forward to your guidance. Best, |
|
Hi @seetadev — thanks for opening this up, and for the pointer in the GovtInvoice thread. Following up from my comment in Discussion #89 there (DMP 2026 Agentic Invoice Co-Pilot, issue #37). I've been reading through py-ipfs-lite specifically because the "validated draft -> CID -> pinned record" step in that project is exactly where this library would slot in. One real question and one forward-looking observation: Observation: the IPFSLitePeer.dag.put() boundary feels like a natural place to hang a finalization gate: validated drafts earn a CID, unvalidated ones never do. In my POC (https://github.com/zsklav/invoice-guard) the deterministic validation gate is already there; a sensible next step would be using py-ipfs-lite as the DAG-level primitive on the other side of that gate — so the integration seam looks well-defined. Also really looking forward to the libp2p / IPFS meetup on Luma later this week! |
|
Hi @seetadev — really excited about py-ipfs-lite as a lightweight Python IPFS implementation. While reading the codebase for my C4GT DMP 2026 proposal (GovtInvoice Issue #37), I had one design question on encoding strategy. For invoice records that need to be both human-viewable (PDF / CSV exports) and machine-auditable (decimal-precision IPLD where Specifically:
Both pinned through This is the integration pattern I'm proposing in the agentic invoice co-pilot (POC: invoice-guard) so the audit trail survives the AI-to-IPFS handoff cleanly. Would love to hear if there's a better way you'd recommend, especially around how Thanks for the work on this library — looking forward to the libp2p / IPFS meetup as well. — Vanshikha |
Uh oh!
There was an error while loading. Please reload this page.
We look forward to hearing your feedback here.
All reactions