Tahecho is your new product team member that likes to make process effective, easy and help everyone on the team, it wears the hats of scrum master, agile coach, product owner or project manager.
You can ask the bot things as:
- "Show me my Jira issues"
- "What tasks are assigned to me?"
- "List my Jira tasks"
- "Create a summary of the task Project X finished this week."
- "Create an email of Project X for the stakeholders."
- Jira Cloud
- rm -rf .venv
- python3.12 -m venv .venv
- source .venv/bin/activate
- pip install -r requirements.txt
- setup .env file based on .env.example ** for Jira, find here: https://id.atlassian.com/manage-profile/security/api-tokens
To start the Chainlit application:
chainlit run app.py
The application will be available at http://localhost:8000
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
This project uses third-party software components. For detailed information about these components and their licenses, please see THIRD_PARTY_LICENSES.md.