ai-ticket icon indicating copy to clipboard operation
ai-ticket copied to clipboard

The AI and Human powered ticket system to manage your AI based code generation with tickets

Results 42 ai-ticket issues
Sort by recently updated
recently updated
newest added

Analyzing previous runs and breaking them down into chunks to find the most similar requests and responses can be a challenging but valuable task for improving the performance and accuracy...

is working https://github.com/jmikedupont2/ai-ticket/issues/9#issuecomment-1741918810

Certainly, here's a specification for implementing the `request_assistance` command to create pointers to GitHub tickets and initiate actions related to those tickets: ## `request_assistance` Command Specification ### Purpose: The `request_assistance`...

To trigger a GitHub Action workflow when a new comment is created on an issue, you can use the `issue_comment` event with the `created` type in your workflow configuration. Here's...

One command block can reference another so that the starting point can be a thread comment that can be edited by the owner to point at another comment owned by...

Preloading the OpenAI mock server with responses from existing tickets is a smart optimization. This approach eliminates the need to create new tickets for each interaction, making the workflow more...

Sign requests to the bot using jwt tokens

we can make a streamlit app to compose requests to the agent commands and build strings of commands

If you want to augment a bunch of libraries with some cross-cutting concerns, such as logging, caching, or profiling, you can use aspect-oriented programming (AOP) in Python. AOP is a...