Jason Schrader
Jason Schrader
If you consider an agent to be just a valid `Agent()` object, then you could conceptually use the LLMs to create one when needed, provided you get the tools/abilities set...
Possibly related to #244 ?
You can also do `pip show crewai` to get info, e.g. ``` $ pip show crewai Name: crewai Version: 0.10.0 Summary: Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By...
I'm having issues with my previously-working OpenAI drop-in API with a local model + textgen. I'm either getting 500 errors or 404 depending on config.
You can see it in the source here #630
+1 this has definitely been a valuable resource for me, I check it often and use the data for various purposes. With the changes to PoX in 2.1 I would...
## Possible Architecture DO class that returns from KV or writes inscriptions *(replaces current getInscription() functionality)* - invoked via API calls - returns KV data if found - handles writes...
In the Hiro API both `address` and `genesis_address` are fields provided for a single inscription. Not sure these values are updated yet though based on https://github.com/hirosystems/ordinals-api/issues/23 ?
Are you referring to the way the client displays it, e.g. through `/view-news`? https://inscribe.news/view-news?id=5b8ea8b257408c40cafc88017b82be8fffb921428b5a13e02fc08a525d327ce0i0  There is a timestamp that's included with the metadata, it could be displayed more prominently...
moved to the client repo - could tie into #6 as well