moe-serifu-agent icon indicating copy to clipboard operation
moe-serifu-agent copied to clipboard

Anime-themed personal assistant and goal-oriented intelligent agent

Results 36 moe-serifu-agent issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When running unit tests, the config unit tests causes the `tests/test.cfg` file to be written to. The contents are the same, but as a failing test might...

bug

**Describe the bug** There are some contexts where exceptions may occur and the task that they occurred in does not properly handle the exception, or does not log the exception,...

bug

Re-implement the existing C++ timer and deltimer commands ### Design Details: Timer command description: - schedules a timer to execute in the future - syntax: `timer -r [time in ms]...

python:asyncio

The README.md, while cute, is currently serving as a generalized design document. The relevant information should be pulled into a reference, and the README.md should be updated to give new...

Documentation

The agent module provides agent behavior and is the planned location for swappable personalities. For now, only a single behavior type is hard-coded into the system. A/C: Create python module...

Python Re-write
Blocked

## Design Details Implement logging for time module ## Done When The time module provides relevant logging

Python Re-write

## Design Details Implement logging for echo module ## Done When The echo module provides relevant logging

Python Re-write

## Design Details Write documentation for plugin development ## Done When The plugin development is documented

Documentation
Python Re-write

PyPI publication cannot be accomplished by using the .md format. In order to facilitate publication, the primary readme file needs to be converted to the python reStructuredText format. A/C: README.md...

Documentation

It might be helpful to add the ability to cycle through past commands with the up/down keys. May save a few keystrokes.

enhancement