Announcing SOLVENT — an autonomous AI agent that runs as a profitable, self-funding business #1
ianalloway
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone — excited to announce SOLVENT, an autonomous AI agent designed to run as a profitable, self-funding business.
Summary
SOLVENT accepts payments via Stripe, fulfills work using NVIDIA Nemotron, and manages vendor payouts and treasury — so it aims to never operate at a loss. Every job is margin-gated before Stripe is touched, and every vendor spend is screened by a NemoClaw-style policy sandbox before it executes.
Built in Python with no external dependencies required for the demo.
Key Features
checkout.session.completed). Recordscs_...andpi_...IDs on the ledger before fulfilment begins.cs_...checkout session andpi_...PaymentIntent is recorded on the ledger. Dashboard refreshes live after each job.Quickstart
git clone https://github.com/ianalloway/solvent-agent.git cd solvent-agent python3 run_demo.pyNo install required. The agent runs on offline stubs by default.
To enable live inference and real Stripe test payments:
Environment Variables
NVIDIA_API_KEYSTRIPE_API_KEYsk_test_...only — live keys refused)STRIPE_WEBHOOK_SECRETSTRIPE_PAYMENT_POLL_TIMEOUT120)STRIPE_PAYMENT_POLL_INTERVAL2)SOLVENT_FORCE_STRIPE_SIMULATEDemo Results
A typical batch session (3 jobs accepted, 1 declined below margin floor):
Security & Safety
sk_live_...) outright — test mode only.Feedback Wanted
Thanks for taking a look — happy to answer questions.
— @ianalloway
Beta Was this translation helpful? Give feedback.
All reactions