Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

calebjacob

calebjacob pushed 1 commit to ui-json-thread-messages nearai/nearai
  • Require id in schemas, add todo notes 2afd23c

View on GitHub

calebjacob opened an issue on nearai/nearai
Standard UI components for AITP
When a message exists in a thread that matches the AITP schema using stringified JSON, we should render a special UI component instead of a standard text message component: - RequestData - Reques...
calebjacob opened an issue on nearai/nearai
UI: Submit request_data and request_decision to agent
When the UI receives `request_data` or `request_decision`, we display the proper components to collect the requested info. Now we need to actually format and submit the response back to the agent (...
calebjacob pushed 1 commit to ui-json-thread-messages nearai/nearai
  • Fixing aitp schema passthrough logic and types 7abc531

View on GitHub

calebjacob pushed 1 commit to ui-json-thread-messages nearai/nearai
  • Adjust zod parsing to passthrough() most objects 7f7dad2

View on GitHub

calebjacob pushed 1 commit to contact-us-button nearai/nearai
  • Update contact us form URL ef8cfe9

View on GitHub

calebjacob pushed 1 commit to ui-json-thread-messages nearai/nearai
  • Remove type: json logic in favor of parsing type: text as potential json 7b69611

View on GitHub

calebjacob opened a pull request on nearai/nearai
Add contact us button to home page and footer for hub
From Erick Todd on Slack: > This onboarding form is ready to be posted on the [near.ai](http://near.ai/) home page as well as the [app.near.ai](http://app.near.ai/) page with a "Get in contact w...
calebjacob created a branch on nearai/nearai

contact-us-button

calebjacob opened an issue on nearai/nearai
Consumer chat UI improvements
Copied from Slack via @vanessadespain: 1. Chat history on the left side. Could these labels be generated by the conversation rather than a label corresponding to the Agent? We could set a characte...
calebjacob pushed 2 commits to ui-json-thread-messages nearai/nearai
  • Refactor price_usd to quote schema a9f872e
  • Rename request_choice to request_decision dd4ef5a

View on GitHub

calebjacob pushed 1 commit to master calebjacob/environment

View on GitHub

calebjacob pushed 2 commits to master calebjacob/environment
  • Added iterm profile 612e846
  • Merge branch 'master' of github.com:calebjacob/environment 3d65e09

View on GitHub

calebjacob created a review comment on a pull request on nearai/nearai
I can definitely see where you're coming from. I'm not sure how else to structure this at the moment. My thinking is that `/v1/aitp/request_data/forms/shipping_address_international.json` is our op...

View on GitHub

calebjacob created a comment on an issue on nearai/nearai
Thanks for the example @zavodil - that allowed me to reproduce and fix the issue. I pushed the fix in my current PR here: https://github.com/nearai/nearai/pull/812 <img width="1216" alt="Image" sr...

View on GitHub

calebjacob pushed 1 commit to ui-json-thread-messages nearai/nearai
  • Fix white space ul/ol issues 26710c5

View on GitHub

calebjacob pushed 44 commits to ui-json-thread-messages nearai/nearai
  • Refactor config.py. Makes usage of `nearai` library easier. (#749) * refactor config.py * add comment d6e900e
  • feat: env methods to interact with NEAR Blockchain (#748) * feat: env methods to interact with NEAR Blockchain feat... 4aa3cb4
  • AgentKit 0.0.11 dependencies (#753) * AgentKit 0.0.11 dependencies * Langchain agentkit deps * Fixed typo a6aeb89
  • fix: set DEFAULT_TIMEOUT and remove MAX_RETRIES to avoid multiple paid requests on slow completions (#754) 39613eb
  • Placeholder docs for private-ml-sdk (#685) * Placeholder docs for private-ml-sdk * nav link * Link to repo 2be77f0
  • Allow agent authors to specify limit and order when retrieving messages. (#763) a707165
  • Fix/utf8mb4 error (#766) * fix: remove utf8mb4 chars to avoid db error * fix: `re` dependency * fix: reformat ... f55fc0b
  • fix: set num_retries to avoid extra requests with slow completions (#755) 28ae1fa
  • Limit age of tweet search to one week (#761) 85ae2d0
  • New assistant agent location, link. (#769) a0a8279
  • Use get_primary_agent throughout file. (#760) Change assignment of default for approvals param. 477db15
  • Prevent pycache files from being included in registry items (#762) 2a9a139
  • Twitter pagination (#764) * Limit age of tweet search to one week * Paginated retrieval for twitter search * Tests... 4716e17
  • Fix UnboundLocalError (#771) c9cb139
  • An updated template for new agents (#772) 6d8625d
  • Update description for page previews (#773) * Update description for page previews * Update mkdocs.yaml Co-authore... e076ae8
  • Added base libs into agentkit 'framework' dependency list (#781) bfadb03
  • Document generate_image (#765) bab275a
  • Change commitizen version provider to pep621 (#785) 28ee2df
  • bump: version 0.1.6 → 0.1.7 3380b16
  • and 24 more ...

View on GitHub

calebjacob created a comment on a pull request on nearai/nearai
@gabehamilton Looks like you need to run `npm run pre-commit` to fix some lint issues.

View on GitHub

calebjacob created a review on a pull request on nearai/nearai
Looks good!

View on GitHub

calebjacob closed an issue on nearai/nearai
Rebrand chat.near.ai => chat.heycami.ai
Now that we've purchased the rights for Cami, we should transition `chat.near.ai` to `chat.heycami.ai`. This is in scope for ETH Denver. Here is their existing landing page: https://www.heycami.ai...
calebjacob created a comment on an issue on nearai/nearai
@zavodil I can't seem to reproduce that issue. Are you able to send me the raw markdown content of that message?

View on GitHub

calebjacob created a review on a pull request on nearai/nearai

View on GitHub

calebjacob opened an issue on nearai/nearai
Rebrand chat.near.ai => chat.heycami.ai
Now that we've purchased the rights for Cami, we should transition `chat.near.ai` to `chat.heycami.ai`. This is in scope for ETH Denver. Here is their existing landing page: https://www.heycami.ai...
calebjacob created a comment on a pull request on nearai/nearai
Once we merge and deploy [this PR](https://github.com/nearai/nearai/pull/812), we can reference the JSON schema at `app.near.ai/api/v1/aitp.schema.json`

View on GitHub

calebjacob pushed 1 commit to ui-json-thread-messages nearai/nearai
  • Add comment to remind us what AITP stands for in schema.ts 72cd883

View on GitHub

calebjacob opened a pull request on nearai/nearai
Refactored thread messages in UI (to support AITP)
Related to: https://github.com/nearai/assistant-and-protocols/issues/18 Related to: https://github.com/nearai/assistant-and-protocols/issues/13 Closes: https://github.com/nearai/nearai/issues/810...
calebjacob pushed 1 commit to ui-json-thread-messages nearai/nearai

View on GitHub

calebjacob pushed 1 commit to ui-json-thread-messages nearai/nearai
  • Rename agent protocol to AITP, use query param mockedAitpMessages to include mocked messages d1f82db

View on GitHub

calebjacob pushed 2 commits to ui-json-thread-messages nearai/nearai
  • Fixing markdown word wrap bug d08deb9
  • Handle forbidden thread fetch request in AgentRunner d259755

View on GitHub

calebjacob created a comment on an issue on nearai/nearai
Good catch! This is a UI / tRPC issue. I'll take care of it.

View on GitHub

Load more